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