public abstract IDbCommand BuildUpdateCommand( DataRow changedRow, KeyType primaryKeyType, string primaryKeyFieldName, DataRowUpdateMode updateMode, DataRowProcessMethod updateMethod );
primaryKeyType
Primary key type
primaryKeyFieldName
Name of the primary key field
updateMode
Optimistic or pesimistic update mode.
updateMethod
Method used to update the database (commands, stored procedures,...)