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

DbSelectSqlGenerator..::..GenerateSelectClause Method

Generates the SELECT clause. 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 virtual string GenerateSelectClause(
	SelectQuery query,
	Nullable<int> count
)
Protected Overridable Function GenerateSelectClause ( _
	query As SelectQuery, _
	count As Nullable(Of Integer) _
) As String
protected:
virtual String^ GenerateSelectClause(
	SelectQuery^ query, 
	Nullable<int^> count
)

Parameters

query
Type: RingSoft.DbLookup.QueryBuilder..::..SelectQuery
The QueryBuilder.Query object containing all the data for the SQL statement.
count
Type: Nullable<(Of <(<'Int32>)>)>
The count.

Return Value

System.String.

Exceptions


ExceptionCondition
ArgumentOutOfRangeException