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

DbSelectSqlGenerator..::..GenerateEnumeratorSqlFieldText Method

Generates SQL field text for an enumerator field. 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 GenerateEnumeratorSqlFieldText(
	string tableAndFieldName,
	EnumFieldTranslation translationInfo
)
Protected Overridable Function GenerateEnumeratorSqlFieldText ( _
	tableAndFieldName As String, _
	translationInfo As EnumFieldTranslation _
) As String
protected:
virtual String^ GenerateEnumeratorSqlFieldText(
	String^ tableAndFieldName, 
	EnumFieldTranslation^ translationInfo
)

Parameters

tableAndFieldName
Type: String
Name of the table and field combined e.g([TableName].[FieldName]).
translationInfo
Type: EnumFieldTranslation
The translation information.

Return Value

System.String.