프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Initialize | void |
메소드 | 설명 | |
---|---|---|
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
|
메소드 | 설명 | |
---|---|---|
Initialize ( string cnnString ) : void |
Private initializer, which assigns the connection string and resets the builder
|
public SqliteConnectionStringBuilder ( string connectionString ) : System | ||
connectionString | string | The connection string to parse |
리턴 | System |
public TryGetValue ( string keyword, object &value ) : bool | ||
keyword | string | The keyword to retrieve settings for |
value | object | The resulting parameter value |
리턴 | bool |