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.1.0.0 (5.1.0)
Syntax [DefaultValueAttribute(0)]
public int MaxNumberOfItemsToReturn { get; set; }
<DefaultValueAttribute(0)>
Public Property MaxNumberOfItemsToReturn As Integer
Get
Set
Property Value
Type:
Int32See Also