CustomCommandBuilder Class
Inheritance Hierarchy
- System.Object
- DBaddin.CustomCommandBuilder
Namespace: DBaddinAssembly: DBaddin in (DBaddin.dll)
Syntax
public class CustomCommandBuilder
The CustomCommandBuilder type exposes the following members.
Constructors
Class | Summary | |
---|---|---|
CustomCommandBuilder(DataTable, DataColumn[], String, String) |
Methods
Name | Summary | |
---|---|---|
DeleteCommand() | Creates Delete command | |
InsertCommand() | Creates Insert command with support for Auto-increment (Identity) fields | |
TableName() | ||
UpdateCommand() | Creates Update command |
Fields
Name | Description | |
---|---|---|
allColumns | ||
closingQuote | ||
dataTable | ||
openingQuote |