The following tables list the members exposed by UpdateQueryBatch.
Name | Description | |
---|---|---|
![]() | UpdateQueryBatch Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | CommandText | Gets the current command text that will be executed when the Execute Method is called |
![]() | Parameters | Gets the collection of all parameters for all queries to be executed by this batch |
![]() | Provider | Gets the provider that this batch is using |
![]() | SqlHelper | Gets the instance of a SqlHelper class that is used by this batch to manage parameters and execute statements |
![]() | Transaction | Gets the transaction specified when this UpdateQueryBatch instance was created |
Name | Description | |
---|---|---|
![]() | 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 |
![]() | Execute | Executes the batch if the provider supports statement batching, or nothing if it doesn't |
![]() | GetUniqueParamName | Gets a unique parameter name among all the parameters for all the queries in this batch based off a suggested base name |