public static IDbCommand BuildSqlUpdateCommand( DataRow changedRow, KeyType primaryKeyType, string primaryKeyField, IDataService dataService, DataRowUpdateMode updateMode );
primaryKeyType
Primary key type (guid, integer,...)
primaryKeyField
Name of the primary key field
dataService
Instance of a concrete data service
updateMode
Should all fields be sent to the server, or only the changed ones?