Show / Hide Table of Contents

UpdateQueryBatch Class Members

The following tables list the members exposed by UpdateQueryBatch.

Public Constructors

  Name Description
Public Constructor UpdateQueryBatch Constructor Overloaded.   

Public Properties

  Name Description
Public Property CommandText Gets the current command text that will be executed when the Execute Method is called  
Public Property Parameters Gets the collection of all parameters for all queries to be executed by this batch  
Public Property Provider Gets the provider that this batch is using  
Public Property SqlHelper Gets the instance of a SqlHelper class that is used by this batch to manage parameters and execute statements  
Public Property Transaction Gets the transaction specified when this UpdateQueryBatch instance was created  

Public Methods

  Name Description
Public Method AddStatement Adds 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 Method Execute Executes the batch if the provider supports statement batching, or nothing if it doesn't  
Public Method GetUniqueParamName Gets a unique parameter name among all the parameters for all the queries in this batch based off a suggested base name  

Reference

UpdateQueryBatch Class
FChoice.Common.Data Namespace

Back to top © 2022 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.