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

SqliteSelectSqlGenerator..::..GenerateTopRecordCountSqlText Method

Generates the top record count SQL text. Override if this method is not compatible with your database platform.

Namespace:  RingSoft.DbLookup.DataProcessor.SelectSqlGenerator
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


protected string GenerateTopRecordCountSqlText(
	SelectQuery query
)
Protected Function GenerateTopRecordCountSqlText ( _
	query As SelectQuery _
) As String
protected:
String^ GenerateTopRecordCountSqlText(
	SelectQuery^ query
)

Return Value

System.String.