Exemple #1
0
 public SqlDeleteOperation <TEntity> Table(string tableName)
 {
     _queryBuilder.Table(tableName);
     return(this);
 }