CanBatchQueries Property
Specifies whether the underlying database type for this provider can support multiple SQL statements per database round-trip
Syntax
'Declaration
Public Overridable ReadOnly Property CanBatchQueries As Boolean
public virtual bool CanBatchQueries {get;}
Property Value
Whether the underlying database type for this provider can support multiple SQL statements per database round-trip
Remarks
This value is normally the natural value according to the provider, but can be overridden by using the "fchoice.enablebatch" (or ConfigValues.ENABLE_BATCH Field) configuration parameter.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server family