Méthode | Description | |
---|---|---|
Parse ( string connectionString ) : |
Parses the specified connection string.
|
|
ToString ( ) : string |
Returns a T:System.String that represents the current T:System.Object.
|
Méthode | Description | |
---|---|---|
ConnectionString ( ) : System |
Initializes a new instance of the ConnectionString class.
|
|
ConnectionString ( string connectionString ) : System | ||
ParseDatabase ( string connectionString ) : bool | ||
ParsePassword ( string connectionString ) : bool | ||
ParseSecurityType ( string connectionString ) : bool | ||
ParseServer ( string connectionString ) : bool | ||
ParseUserId ( string connectionString ) : bool |
public static Parse ( string connectionString ) : |
||
connectionString | string | The connection string. |
Résultat |