DbSelectSqlGenerator..::..GenerateSelectClause Method
Generates the SELECT clause. 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 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.