Hide

YetaWF.DataProvider.PostgreSQL Package Documentation

Display
Print

YetaWF.DataProvider.PostgreSQL.IPostgreSQLTableInfo.ReplaceWithLanguage Method

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

Class: YetaWF.DataProvider.PostgreSQL.IPostgreSQLTableInfo
Namespace: YetaWF.DataProvider.PostgreSQL
Assembly: YetaWF.DataProvider.PostgreSQL

Syntax

public string ReplaceWithLanguage(
    string text,
    string searchText );

Parameters

text

A PostgreSQL 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 PostgreSQL string fragment with searchText replaced by the language used by the data provider.

See Also YetaWF.DataProvider.PostgreSQL.IPostgreSQLTableInfo ClassYetaWF.DataProvider.PostgreSQLYetaWF.Core