Hide

YetaWF.DataProvider.SQL Package Documentation

Display
Print

YetaWF.DataProvider.SQL.SQLBase.ReplaceWithLanguage Method

Replaces search text in a SQL string fragment with the language used by the data provider.

Class: YetaWF.DataProvider.SQL.SQLBase
Namespace: YetaWF.DataProvider.SQL
Assembly: YetaWF.DataProvider.SQL

Syntax

public string ReplaceWithLanguage(
    string text,
    string searchText );

Parameters

text

A SQL fragment where occurrences of searchText are replaced by the language used by the data provider.

searchText

The text searched in text that is replaced by the language used by the data provider.

Return Value

Returns the SQL string fragment with searchText replaced by the language used by the data provider.

See Also YetaWF.DataProvider.SQL.SQLBase ClassYetaWF.DataProvider.SQLYetaWF.Core