Hide

YetaWF.DataProvider.PostgreSQL Package Documentation

Display
Print

YetaWF.DataProvider.PostgreSQL.SQLBase.ReplaceWithTableName Method

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

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

Syntax

public string ReplaceWithTableName(
    string text,
    string searchText );

Parameters

text

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

searchText

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

Return Value

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

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