Click or drag to resize

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.9.0.0 (5.9.0)
Syntax
public override bool SupportsPackedQueries { get; }

Property Value

Type: Boolean
See Also