Click or drag to resize
LLBLGenProDataSourceBaseMaxNumberOfItemsToReturn Property
Gets or sets the maximum number of items to return. Is ignored if EnablePaging is specified.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses.Web (in SD.LLBLGen.Pro.ORMSupportClasses.Web.dll) Version: 5.3.0.0 (5.3.0)
Syntax
[DefaultValueAttribute(0)]
public int MaxNumberOfItemsToReturn { get; set; }

Property Value

Type: Int32
See Also