ScalarQueryExpressionForceRowLimit Property |
Gets / sets ForceRowLimit. If set to true (default: false), it will force a TOP 1 clause to be emitted into the SQL (or equivalent if the db
doesn't support TOP)
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax public bool ForceRowLimit { get; set; }
Public Property ForceRowLimit As Boolean
Get
Set
Property Value
Type:
BooleanSee Also