Example #1
0
 public string GetSimpleCountSql(string tableAndFields)
 {
     return(DbTool.GetCountSql(tableAndFields, this.GetSimpleWhereString()));
 }