public abstract IDbCommand BuildDeleteCommand( string tableName, string primaryKeyFieldName, object primaryKeyValue, DataRowProcessMethod updateMethod );
primaryKeyFieldName
Primary key field name within the table
primaryKeyValue
Primary key value for the record that is to be deleted
updateMethod
Method used to update the database (commands, stored procedures,...)