| 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.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntaxpublic bool ForceRowLimit { get; set; }Public Property ForceRowLimit As Boolean
	Get
	Set
Property Value
Type: 
Boolean
See Also