Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
[XmlIgnoreAttribute]
public long MaxNumberOfItemsToReturn { get; set; }

Property Value

Type: Int64

Implements

IEntityCollectionMaxNumberOfItemsToReturn
See Also