Show / Hide Table of Contents

Class UpdateQueryBatch

Inheritance
System.Object
UpdateQueryBatch
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FChoice.Common.Data
Assembly: FChoice.Common.dll
Syntax
public class UpdateQueryBatch

Constructors

UpdateQueryBatch(IDbTransaction)

Declaration
public UpdateQueryBatch(IDbTransaction trans)
Parameters
Type Name Description
System.Data.IDbTransaction trans

UpdateQueryBatch(IDbTransaction, DbProvider)

Declaration
public UpdateQueryBatch(IDbTransaction trans, DbProvider prov)
Parameters
Type Name Description
System.Data.IDbTransaction trans
DbProvider prov

Properties

CommandText

Declaration
public StringBuilder CommandText { get; }
Property Value
Type Description
System.Text.StringBuilder

Parameters

Declaration
public DataParameterCollection Parameters { get; }
Property Value
Type Description
DataParameterCollection

Provider

Declaration
public DbProvider Provider { get; }
Property Value
Type Description
DbProvider

SqlHelper

Declaration
public SqlHelper SqlHelper { get; }
Property Value
Type Description
SqlHelper

Transaction

Declaration
public IDbTransaction Transaction { get; }
Property Value
Type Description
System.Data.IDbTransaction

Methods

AddStatement(String, DataParameterCollection)

Declaration
public void AddStatement(string sqlStmt, DataParameterCollection cmdParams)
Parameters
Type Name Description
System.String sqlStmt
DataParameterCollection cmdParams

Execute()

Declaration
public int Execute()
Returns
Type Description
System.Int32

GetUniqueParamName(String)

Declaration
public string GetUniqueParamName(string baseName)
Parameters
Type Name Description
System.String baseName
Returns
Type Description
System.String
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.