EnterpriseOneTransactionFinanceAccountingObjectsAccountGroups Property |
Gets a typed query for the Finance.Accounting.AccountGroup entity type.
Namespace:
Aloe.EnterpriseOne.Model.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic TransactionQuery<AccountGroup, AccountGroupsRepository> AccountGroups { get; }
Public ReadOnly Property AccountGroups As TransactionQuery(Of AccountGroup, AccountGroupsRepository)
Get
public:
property TransactionQuery<AccountGroup^, AccountGroupsRepository^>^ AccountGroups {
TransactionQuery<AccountGroup^, AccountGroupsRepository^>^ get ();
}
member AccountGroups : TransactionQuery<AccountGroup, AccountGroupsRepository> with get
Property Value
Type:
TransactionQueryAccountGroup,
AccountGroupsRepository
See Also