Method | Description | |
---|---|---|
Dsn ( string dsn ) : System |
Initializes a new instance of the Dsn class.
|
|
ToString ( ) : string |
Returns a System.String that represents this instance.
|
Method | Description | |
---|---|---|
GetPath ( |
Get a path from a Dsn uri
|
|
GetPrivateKey ( |
Get a private key from a Dsn uri.
|
|
GetProjectID ( |
Get a project ID from a Dsn uri.
|
|
GetPublicKey ( |
Get a public key from a Dsn uri.
|
public Dsn ( string dsn ) : System | ||
dsn | string | The Data Source Name. |
return | System |