EnterpriseOneTransactionLogisticsInventoryObjectsLots Property |
Gets a typed query for the Logistics.Inventory.Lot entity type.
Namespace:
Aloe.EnterpriseOne.Model.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic TransactionQuery<Lot, LotsRepository> Lots { get; }
Public ReadOnly Property Lots As TransactionQuery(Of Lot, LotsRepository)
Get
public:
property TransactionQuery<Lot^, LotsRepository^>^ Lots {
TransactionQuery<Lot^, LotsRepository^>^ get ();
}
member Lots : TransactionQuery<Lot, LotsRepository> with get
Property Value
Type:
TransactionQueryLot,
LotsRepository
See Also