프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AppendKeyValuePairBuilder | void | ||
CompareInsensitiveInvariant | bool | ||
ConvertToInt32Internal | int | ||
ConvertValueToBooleanInternal | bool | ||
ConvertValueToIntegratedSecurityInternal | bool | ||
DebugTraceKeyValuePair | void | ||
ExpandKeyword | string | ||
GetKeyName | string | ||
GetKeyValue | string | ||
GetKeyValuePair | int | ||
IsKeyNameValid | bool | ||
IsValueValidInternal | bool | ||
ParseComparison | void | ||
ParseInternal | NameValuePair | ||
ReplacePasswordPwd | NameValuePair | ||
SplitConnectionString | Hashtable | ||
UsersConnectionString | string | ||
UsersConnectionStringForTrace | string | ||
ValidateKeyValuePair | void |
메소드 | 설명 | |
---|---|---|
ContainsKey ( string keyword ) : bool | ||
ConvertValueToBoolean ( string keyName, bool defaultValue ) : bool | ||
ConvertValueToInt32 ( string keyName, int defaultValue ) : int | ||
ConvertValueToIntegratedSecurity ( ) : bool | ||
ConvertValueToString ( string keyName, string defaultValue ) : string | ||
DbConnectionOptions ( string connectionString ) : System.Collections | ||
DbConnectionOptions ( string connectionString, Hashtable synonyms, bool useOdbcRules ) : System.Collections | ||
UsersConnectionString ( bool hidePassword ) : string | ||
this ( string keyword ) : string |
메소드 | 설명 | |
---|---|---|
DbConnectionOptions ( DbConnectionOptions connectionOptions ) : System.Collections | ||
Expand ( ) : string |
메소드 | 설명 | |
---|---|---|
AppendKeyValuePairBuilder ( StringBuilder builder, string keyName, string keyValue, bool useOdbcRules ) : void | ||
CompareInsensitiveInvariant ( string strvalue, string strconst ) : bool | ||
ConvertToInt32Internal ( string keyname, string stringValue ) : int | ||
ConvertValueToBooleanInternal ( string keyName, string stringValue ) : bool | ||
ConvertValueToIntegratedSecurityInternal ( string stringValue ) : bool | ||
DebugTraceKeyValuePair ( string keyname, string keyvalue, Hashtable synonyms ) : void | ||
ExpandKeyword ( string keyword, string replacementValue ) : string | ||
GetKeyName ( StringBuilder buffer ) : string | ||
GetKeyValue ( StringBuilder buffer, bool trimWhitespace ) : string | ||
GetKeyValuePair ( string connectionString, int currentPosition, StringBuilder buffer, bool useOdbcRules, string &keyname, string &keyvalue ) : int | ||
IsKeyNameValid ( string keyname ) : bool | ||
IsValueValidInternal ( string keyvalue ) : bool | ||
ParseComparison ( Hashtable parsetable, string connectionString, Hashtable synonyms, bool firstKey, Exception e ) : void | ||
ParseInternal ( Hashtable parsetable, string connectionString, bool buildChain, Hashtable synonyms, bool firstKey ) : NameValuePair | ||
ReplacePasswordPwd ( string &constr, bool fakePassword ) : NameValuePair | ||
SplitConnectionString ( string connectionString, Hashtable synonyms, bool firstKey ) : Hashtable | ||
UsersConnectionString ( bool hidePassword, bool forceHidePassword ) : string | ||
UsersConnectionStringForTrace ( ) : string | ||
ValidateKeyValuePair ( string keyword, string value ) : void |
public ConvertValueToBoolean ( string keyName, bool defaultValue ) : bool | ||
keyName | string | |
defaultValue | bool | |
리턴 | bool |
public ConvertValueToInt32 ( string keyName, int defaultValue ) : int | ||
keyName | string | |
defaultValue | int | |
리턴 | int |
public ConvertValueToIntegratedSecurity ( ) : bool | ||
리턴 | bool |
public ConvertValueToString ( string keyName, string defaultValue ) : string | ||
keyName | string | |
defaultValue | string | |
리턴 | string |
protected DbConnectionOptions ( DbConnectionOptions connectionOptions ) : System.Collections | ||
connectionOptions | DbConnectionOptions | |
리턴 | System.Collections |
public DbConnectionOptions ( string connectionString ) : System.Collections | ||
connectionString | string | |
리턴 | System.Collections |
public DbConnectionOptions ( string connectionString, Hashtable synonyms, bool useOdbcRules ) : System.Collections | ||
connectionString | string | |
synonyms | Hashtable | |
useOdbcRules | bool | |
리턴 | System.Collections |
public UsersConnectionString ( bool hidePassword ) : string | ||
hidePassword | bool | |
리턴 | string |