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.Oracle
    Assemblies:
    SD.LLBLGen.Pro.DQE.OracleMS (in SD.LLBLGen.Pro.DQE.OracleMS.dll) Version: 5.9.0.0 (5.9.0)
  SD.LLBLGen.Pro.DQE.OracleODPNet (in SD.LLBLGen.Pro.DQE.OracleODPNet.dll) Version: 5.9.0.0 (5.9.0)
Syntaxpublic override bool SupportsPackedQueries { get; }Public Overrides ReadOnly Property SupportsPackedQueries As Boolean
	Get
Property Value
Type: 
Boolean
See Also