C# Class Microsoft.R.Components.Sql.ConnectionStringConverter

ファイルを表示 Open project: Microsoft/RTVS

Public Methods

Method Description
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.

Method Details

GetValue() public static method

public static GetValue ( this odbcString, string key ) : string
odbcString this
key string
return string

OdbcToSqlClient() public static method

Converts ODBC connection string to the SQL Client (.NET).
public static OdbcToSqlClient ( this odbcString ) : string
odbcString this
return string

SqlClientToOdbc() public static method

Converts SQL Client (.NET) connection string to the ODBC connection string.
public static SqlClientToOdbc ( this sqlClientString ) : string
sqlClientString this
return string