Hide

YetaWF.DataProvider.SQL Package Documentation

Display
Print

YetaWF.DataProvider.SQL.ISQLTableInfo.ReplaceWithTableName Method

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

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

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.SQL.ISQLTableInfo ClassYetaWF.DataProvider.SQLYetaWF.Core