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

DbSelectSqlGenerator..::..GenerateJoins Method

Generates the JOIN clauses. 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 GenerateJoins(
	SelectQuery query
)
Protected Overridable Function GenerateJoins ( _
	query As SelectQuery _
) As String
protected:
virtual String^ GenerateJoins(
	SelectQuery^ query
)

Parameters

query
Type: RingSoft.DbLookup.QueryBuilder..::..SelectQuery
The QueryBuilder.Query object containing all the data for the SQL statement.

Return Value

System.String.

Exceptions


ExceptionCondition
ArgumentOutOfRangeException