C# 클래스 System.Data.Common.DbConnectionOptions

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

Private Properties

프로퍼티 타입 설명
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

메소드 상세

ContainsKey() 공개 메소드

public ContainsKey ( string keyword ) : bool
keyword string
리턴 bool

ConvertValueToBoolean() 공개 메소드

public ConvertValueToBoolean ( string keyName, bool defaultValue ) : bool
keyName string
defaultValue bool
리턴 bool

ConvertValueToInt32() 공개 메소드

public ConvertValueToInt32 ( string keyName, int defaultValue ) : int
keyName string
defaultValue int
리턴 int

ConvertValueToIntegratedSecurity() 공개 메소드

public ConvertValueToIntegratedSecurity ( ) : bool
리턴 bool

ConvertValueToString() 공개 메소드

public ConvertValueToString ( string keyName, string defaultValue ) : string
keyName string
defaultValue string
리턴 string

DbConnectionOptions() 보호된 메소드

protected DbConnectionOptions ( DbConnectionOptions connectionOptions ) : System.Collections
connectionOptions DbConnectionOptions
리턴 System.Collections

DbConnectionOptions() 공개 메소드

public DbConnectionOptions ( string connectionString ) : System.Collections
connectionString string
리턴 System.Collections

DbConnectionOptions() 공개 메소드

public DbConnectionOptions ( string connectionString, Hashtable synonyms, bool useOdbcRules ) : System.Collections
connectionString string
synonyms Hashtable
useOdbcRules bool
리턴 System.Collections

Expand() 보호된 메소드

protected Expand ( ) : string
리턴 string

UsersConnectionString() 공개 메소드

public UsersConnectionString ( bool hidePassword ) : string
hidePassword bool
리턴 string

this() 공개 메소드

public this ( string keyword ) : string
keyword string
리턴 string