FCFL.NET Common Library - API Reference
UpdateQueryBatch Class Members
Properties  Methods 

The following tables list the members exposed by UpdateQueryBatch.

Public Constructors
 NameDescription
Public ConstructorUpdateQueryBatch ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyCommandTextGets the current command text that will be executed when the Execute Method is called  
Public PropertyParametersGets the collection of all parameters for all queries to be executed by this batch  
Public PropertyProviderGets the provider that this batch is using  
Public PropertySqlHelperGets the instance of a SqlHelper class that is used by this batch to manage parameters and execute statements  
Public PropertyTransactionGets the transaction specified when this UpdateQueryBatch instance was created  
Top
Public Methods
 NameDescription
Public MethodAddStatementAdds an unprepared SQL statement (with the {n} and {DATE} parameters still present) to the list of statements to execute during the batch or executes it immediately if batching is not available or disabled  
Public MethodExecuteExecutes the batch if the provider supports statement batching, or nothing if it doesn't  
Public MethodGetUniqueParamNameGets a unique parameter name among all the parameters for all the queries in this batch based off a suggested base name  
Top
See Also

Reference

UpdateQueryBatch Class
FChoice.Common.Data Namespace

 

 


© 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.