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

SqlServerSelectSqlGenerator..::..FormatValueForSqlWhereItem Method

Formats a value for a SQL WHERE 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 string FormatValueForSqlWhereItem(
	WhereItem whereItem
)
Protected Function FormatValueForSqlWhereItem ( _
	whereItem As WhereItem _
) As String
protected:
String^ FormatValueForSqlWhereItem(
	WhereItem^ whereItem
)

Parameters

whereItem
Type: RingSoft.DbLookup.QueryBuilder..::..WhereItem
The WhereItem object containing all the data to format the value.

Return Value

A formatted value for use in a WHERE clause.