C# Класс Microsoft.R.Components.Sql.ConnectionStringConverter

Показать файл Открыть проект

Открытые методы

Метод Описание
GetValue ( this odbcString, string key ) : string
OdbcToSqlClient ( this odbcString ) : string

Converts ODBC connection string to the SQL Client (.NET).

SqlClientToOdbc ( this sqlClientString ) : string

Converts SQL Client (.NET) connection string to the ODBC connection string.

Описание методов

GetValue() публичный статический Метод

public static GetValue ( this odbcString, string key ) : string
odbcString this
key string
Результат string

OdbcToSqlClient() публичный статический Метод

Converts ODBC connection string to the SQL Client (.NET).
public static OdbcToSqlClient ( this odbcString ) : string
odbcString this
Результат string

SqlClientToOdbc() публичный статический Метод

Converts SQL Client (.NET) connection string to the ODBC connection string.
public static SqlClientToOdbc ( this sqlClientString ) : string
sqlClientString this
Результат string