Property | Type | Description | |
---|---|---|---|
Initialize | void |
Method | Description | |
---|---|---|
SqliteConnectionStringBuilder ( ) : System |
Default constructor
|
|
SqliteConnectionStringBuilder ( string connectionString ) : System |
Constructs a new instance of the class using the specified connection string.
|
|
TryGetValue ( string keyword, object &value ) : bool |
Helper function for retrieving values from the connectionstring
|
Method | Description | |
---|---|---|
Initialize ( string cnnString ) : void |
Private initializer, which assigns the connection string and resets the builder
|
public SqliteConnectionStringBuilder ( ) : System | ||
return | System |
public SqliteConnectionStringBuilder ( string connectionString ) : System | ||
connectionString | string | The connection string to parse |
return | System |
public TryGetValue ( string keyword, object &value ) : bool | ||
keyword | string | The keyword to retrieve settings for |
value | object | The resulting parameter value |
return | bool |