public static IDbCommand BuildDeleteCommand( string tableName, string primaryKeyFieldName, object primaryKeyValue, IDataService dataService );
primaryKeyFieldName
Primary key field name
primaryKeyValue
Primary key value
dataService
Instance of a concrete data service