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

DbSelectSqlGenerator..::..FormatStringValueForSql Method

Formats the string value for SQL. 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 FormatStringValueForSql(
	string stringValue
)
Protected Overridable Function FormatStringValueForSql ( _
	stringValue As String _
) As String
protected:
virtual String^ FormatStringValueForSql(
	String^ stringValue
)

Parameters

stringValue
Type: String
The string value.

Return Value

A string value formatted for use in a SQL statement.