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

DbSelectSqlGenerator..::..GenerateConditionSqlText Method

Generates WHERE clause condition SQL 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 GenerateConditionSqlText(
	WhereItem whereItem,
	string sqlFieldName
)
Protected Overridable Function GenerateConditionSqlText ( _
	whereItem As WhereItem, _
	sqlFieldName As String _
) As String
protected:
virtual String^ GenerateConditionSqlText(
	WhereItem^ whereItem, 
	String^ sqlFieldName
)

Parameters

whereItem
Type: RingSoft.DbLookup.QueryBuilder..::..WhereItem
The WhereItem object containing all the data for the SQL statement.
sqlFieldName
Type: String
The field name in '[TableName].[FieldName]' format.

Return Value

System.String.

Exceptions