CustomOdbcCommandBuilder Class
Custom Command builder for ODBC to avoid primary key problems with built-in ones derived (transposed into VB.NET) from https://www.cogin.com/articles/CustomCommandBuilder.php Copyright by Dejan_Grujic 2004. http://www.cogin.com
Inheritance Hierarchy
- System.Object
- DBaddin.CustomCommandBuilder
- DBaddin.CustomOdbcCommandBuilder
- DBaddin.CustomCommandBuilder
Namespace: DBaddinAssembly: DBaddin in (DBaddin.dll)
Syntax
public class CustomOdbcCommandBuilder : CustomCommandBuilder
The CustomOdbcCommandBuilder type exposes the following members.
Constructors
Class | Summary | |
---|---|---|
CustomOdbcCommandBuilder(DataTable, OdbcConnection, DataColumn[], Collection, String, String) |
Methods
Name | Summary | |
---|---|---|
AutoincrementKeyColumns() | ||
CreateOldParam(DataColumn) | ||
CreateParam(DataColumn) | ||
DeleteCommand() | Creates Delete command | |
GetTextCommand(String) | ||
InsertCommand() | Creates Insert command with support for Auto-increment (Identity) fields | |
UpdateCommand() | Creates Update command |
Fields
Name | Description | |
---|---|---|
connection | ||
schemaDataTypeCollection |