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