CustomCommandBuilder Class

Inheritance Hierarchy

Namespace: DBaddinAssembly: DBaddin in (DBaddin.dll)

Syntax

public class CustomCommandBuilder

The CustomCommandBuilder type exposes the following members.

Constructors

ClassSummary
public constructorCustomCommandBuilder(DataTable, DataColumn[], String, String)

Methods

NameSummary
public methodDeleteCommand()
Creates Delete command
public methodInsertCommand()
Creates Insert command with support for Auto-increment (Identity) fields
protected methodTableName()
public methodUpdateCommand()
Creates Update command

Fields

NameDescription
protected fieldallColumns
protected fieldclosingQuote
protected fielddataTable
protected fieldopeningQuote