CustomOleDbCommandBuilder Methods

The CustomOleDbCommandBuilder type exposes the following members.

Methods

NameSummary
private methodCreateOldParam(DataColumn)
build "old" (for where clause) OdbcParameter for DataColumn column
private methodCreateParam(DataColumn)
build "new" (for set clause) OdbcParameter for DataColumn column
public methodDeleteCommand()
Creates Delete command
private methodGetTextCommand(String)
build a specific OleDb command to be used for the Insert, Update and Delete builders
public methodInsertCommand()
Creates Insert command with support for Auto-increment (Identity) fields
public methodUpdateCommand()
Creates Update command