FCFL.NET Common Library - API Reference
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 2003 family

See Also

Reference

DbProvider Class
DbProvider Members

 

 


© 2010 Dovetail Software, Inc. - All rights reserved.
- Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
- .NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.

Send comments on this topic.