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

Property Value

Type: Int64

Implements

IEntityCollection.MaxNumberOfItemsToReturn
See Also