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

SqlServerSelectSqlGenerator..::..GenerateWhereItemSqlFieldNameText Method

Generates the where item SQL field name 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 string GenerateWhereItemSqlFieldNameText(
	WhereItem whereItem
)
Protected Function GenerateWhereItemSqlFieldNameText ( _
	whereItem As WhereItem _
) As String
protected:
String^ GenerateWhereItemSqlFieldNameText(
	WhereItem^ whereItem
)

Parameters

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

Return Value

System.String.