DynamicQueryEngineSupportsPackedQueries Property  | 
 
            Gets whether the database of this DQE supports packed queries, which are queries with multiple SQL statements packed together in a single DbCommand. By default this
            property returns false.
            
 
    Namespace: 
   SD.LLBLGen.Pro.DQE.SqlServer
    Assembly:
   SD.LLBLGen.Pro.DQE.SqlServer (in SD.LLBLGen.Pro.DQE.SqlServer.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntaxpublic override bool SupportsPackedQueries { get; }Public Overrides ReadOnly Property SupportsPackedQueries As Boolean
	Get
Property Value
Type: 
Boolean
See Also