| IDbSpecificCreatorCreatingSubQuery Property  | 
 
            Gets a value indicating whether the creator initiated a subquery creation. The DQE can then decide to limit the SQL emitting as some databases
            limit features for subqueries.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntaxbool CreatingSubQuery { get; }ReadOnly Property CreatingSubQuery As Boolean
	Get
Property Value
Type: 
Boolean
See Also