EntityCollectionBaseTEntityMaxNumberOfItemsToReturn 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.12.0.0 (5.12.0)
Syntax[XmlIgnoreAttribute]
public long MaxNumberOfItemsToReturn { get; set; }
<XmlIgnoreAttribute>
Public Property MaxNumberOfItemsToReturn As Long
Get
Set
Property Value
Type:
Int64Implements
IEntityCollectionMaxNumberOfItemsToReturn
See Also