CustomOleDbCommandBuilder Methods
The CustomOleDbCommandBuilder type exposes the following members.
Methods
Name | Summary | |
---|---|---|
CreateOldParam(DataColumn) | build "old" (for where clause) OdbcParameter for DataColumn column | |
CreateParam(DataColumn) | build "new" (for set clause) OdbcParameter for DataColumn column | |
DeleteCommand() | Creates Delete command | |
GetTextCommand(String) | build a specific OleDb command to be used for the Insert, Update and Delete builders | |
InsertCommand() | Creates Insert command with support for Auto-increment (Identity) fields | |
UpdateCommand() | Creates Update command |