DbSelectSqlGenerator..::..GenerateCountQueryStatement Method
Generates a SQL statement to count the number of records from the database.
Namespace:
RingSoft.DbLookup.DataProcessor.SelectSqlGeneratorAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
protected virtual string GenerateCountQueryStatement( CountQuery countQuery )
Protected Overridable Function GenerateCountQueryStatement ( _ countQuery As CountQuery _ ) As String
protected: virtual String^ GenerateCountQueryStatement( CountQuery^ countQuery )
Parameters
- countQuery
- Type: RingSoft.DbLookup.QueryBuilder..::..CountQuery
The count query.