DbSelectSqlGenerator..::..GenerateTopRecordCountSqlText Method
Generates the top record count SQL text. Override if this method is not compatible with your database platform.
Namespace:
RingSoft.DbLookup.DataProcessor.SelectSqlGeneratorAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
protected virtual string GenerateTopRecordCountSqlText( SelectQuery query )
Protected Overridable Function GenerateTopRecordCountSqlText ( _ query As SelectQuery _ ) As String
protected: virtual String^ GenerateTopRecordCountSqlText( SelectQuery^ query )
Parameters
- query
- Type: RingSoft.DbLookup.QueryBuilder..::..SelectQuery
The query.