CustomSqlCommandBuilder Methods

The CustomSqlCommandBuilder type exposes the following members.

Methods

NameSummary
private methodCreateOldParam(DataColumn)
build "old" (for where clause) SqlParameter for DataColumn column
private methodCreateParam(DataColumn)
build "new" (for set clause) SqlParameter for DataColumn column
public methodDeleteCommand()
Creates Delete command
private methodGetTextCommand(String)
build a specific Sql 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