Show / Hide Table of Contents

UpdateQueryBatch Class

Helper class for grouping INSERT and UPDATE statements together into a single batch without concern for the underlying database type's support for statement batching

Syntax

'Declaration

Public Class UpdateQueryBatch 
public class UpdateQueryBatch 

Remarks

Grouping a number of statements into a single batch can present a challenge if those statements are parameterized query/update/insert statements. This class helps keep the parameter names unique as well as abstracting the execution details of executing all the statements in a single transaction and single database round-trip. If the provider does not support statement batching, statements will be executed one-by-one.

Inheritance Hierarchy

System.Object
   FChoice.Common.Data.UpdateQueryBatch

Requirements

Namespace: FChoice.Common.Data

Platforms: Windows 2000, Windows XP, Windows Server family

Assembly: FChoice.Common (in C:\dovetail\dovetail-sdk\build\Release\FChoice.Common.dll)

Reference

UpdateQueryBatch Members
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.