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

SqliteSelectSqlGenerator..::..GenerateWhereEnumItemSqlText Method

Generates the where item enumerator SQL text.

Namespace:  RingSoft.DbLookup.DataProcessor.SelectSqlGenerator
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


protected string GenerateWhereEnumItemSqlText(
	WhereEnumItem whereItem
)
Protected Function GenerateWhereEnumItemSqlText ( _
	whereItem As WhereEnumItem _
) As String
protected:
String^ GenerateWhereEnumItemSqlText(
	WhereEnumItem^ whereItem
)

Parameters

whereItem
Type: RingSoft.DbLookup.QueryBuilder..::..WhereEnumItem
The where item.

Return Value

System.String.