RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

DbSelectSqlGenerator..::..GenerateCountQueryStatement Method

Generates a SQL statement to count the number of records from the database.

Namespace:  RingSoft.DbLookup.DataProcessor.SelectSqlGenerator
Assembly:  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.

Return Value

System.String.