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

DbSelectSqlGenerator..::..ConvertValueToSqlText Method

Converts the value to SQL text.

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

Syntax


public virtual string ConvertValueToSqlText(
	string value,
	ValueTypes valueType,
	DbDateTypes dateType
)
Public Overridable Function ConvertValueToSqlText ( _
	value As String, _
	valueType As ValueTypes, _
	dateType As DbDateTypes _
) As String
public:
virtual String^ ConvertValueToSqlText(
	String^ value, 
	ValueTypes^ valueType, 
	DbDateTypes^ dateType
)

Parameters

value
Type: String
The value.
valueType
Type: RingSoft.DbLookup.QueryBuilder..::..ValueTypes
Type of the value.
dateType
Type: RingSoft.DbLookup.QueryBuilder..::..DbDateTypes
Type of the date.

Return Value

System.String.

Exceptions