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