EnterpriseOneTransactionGeneralContactsObjectsPersons Property |
Gets a typed query for the General.Contacts.Person entity type.
Namespace:
Aloe.EnterpriseOne.Model.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic TransactionQuery<Person, PersonsRepository> Persons { get; }
Public ReadOnly Property Persons As TransactionQuery(Of Person, PersonsRepository)
Get
public:
property TransactionQuery<Person^, PersonsRepository^>^ Persons {
TransactionQuery<Person^, PersonsRepository^>^ get ();
}
member Persons : TransactionQuery<Person, PersonsRepository> with get
Property Value
Type:
TransactionQueryPerson,
PersonsRepository
See Also