DynamicQueryEngineBaseSupportsPackedQueries 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.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax public virtual bool SupportsPackedQueries { get; }
Public Overridable ReadOnly Property SupportsPackedQueries As Boolean
Get
Property Value
Type:
BooleanSee Also