CustomSqlCommandBuilder Methods
The CustomSqlCommandBuilder type exposes the following members.
Methods
Name | Summary | |
---|---|---|
CreateOldParam(DataColumn) | build "old" (for where clause) SqlParameter for DataColumn column | |
CreateParam(DataColumn) | build "new" (for set clause) SqlParameter for DataColumn column | |
DeleteCommand() | Creates Delete command | |
GetTextCommand(String) | build a specific Sql 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 |