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.PostgreSql
Assembly:
SD.LLBLGen.Pro.DQE.PostgreSql (in SD.LLBLGen.Pro.DQE.PostgreSql.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public override bool SupportsPackedQueries { get; }
Public Overrides ReadOnly Property SupportsPackedQueries As Boolean
Get
Property Value
Type:
BooleanSee Also