Click or drag to resize

PlainSQLFetchAspectsLimit Property

Gets or sets the limit (number of rows to return) to use for the query. By default this is 0 (no limit, all rows are returned).

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public int Limit { get; set; }

Property Value

Type: Int32
See Also