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

DbSelectSqlGenerator..::..GenerateWhereItemSqlText Method

Generates WHERE SQL fragment text for the inputted WhereItem object. 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 GenerateWhereItemSqlText(
	WhereItem whereItem
)
Protected Overridable Function GenerateWhereItemSqlText ( _
	whereItem As WhereItem _
) As String
protected:
virtual String^ GenerateWhereItemSqlText(
	WhereItem^ whereItem
)

Parameters

whereItem
Type: RingSoft.DbLookup.QueryBuilder..::..WhereItem
The WhereItem object containing all the data for the SQL statement.

Return Value

System.String.