Method | Description | |
---|---|---|
ManyConfigurationProviders ( ) : System.Collections.Specialized | ||
TryGetConnectionString ( string name, string &connectionString, string &providerName ) : bool | ||
TryGetNameValueCollectionSection ( string section, |
||
TryGetSetting ( string name, string &value ) : bool |
public ManyConfigurationProviders ( ) : System.Collections.Specialized | ||
return | System.Collections.Specialized |
public TryGetConnectionString ( string name, string &connectionString, string &providerName ) : bool | ||
name | string | |
connectionString | string | |
providerName | string | |
return | bool |
public TryGetNameValueCollectionSection ( string section, |
||
section | string | |
collection | ||
return | bool |
public TryGetSetting ( string name, string &value ) : bool | ||
name | string | |
value | string | |
return | bool |