IEntityCollectionMaxNumberOfItemsToReturn Property |
The maximum number of items to return with this retrieval query.
If the used Dynamic Query Engine supports it, 'TOP' is used to limit the amount of rows to return.
When set to 0, no limitations are specified.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax long MaxNumberOfItemsToReturn { get; set; }
Property MaxNumberOfItemsToReturn As Long
Get
Set
Property Value
Type:
Int64See Also