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