public DeleteCommand ( IDbCommand command, object entity ) : void | ||
command | IDbCommand | Command that will be executed after this method call |
entity | object | Only primary key properties are used in the WHERE clause |
return | void |
public DeleteCommand ( IDbCommand command, object entity ) : void | ||
command | IDbCommand | Command that will be executed after this method call |
entity | object | Only primary key properties are used in the WHERE clause |
return | void |