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