C# 클래스 Deveel.Data.Client.DeveelDbConnectionStringBuilder

상속: System.Data.Common.DbConnectionStringBuilder
파일 보기 프로젝트 열기: deveel/deveeldb 1 사용 예제들

Private Properties

프로퍼티 타입 설명
DeveelDbConnectionStringBuilder System
InitToDefault void
MappKey string
SetValue void
ToBoolean bool
ToInt32 int

공개 메소드들

메소드 설명
Clear ( ) : void
ContainsKey ( string keyword ) : bool
DeveelDbConnectionStringBuilder ( string connectionString ) : System
Remove ( string keyword ) : bool
ShouldSerialize ( string keyword ) : bool
TryGetValue ( string keyword, object &value ) : bool
this ( string keyword ) : object

비공개 메소드들

메소드 설명
DeveelDbConnectionStringBuilder ( ) : System
InitToDefault ( ) : void
MappKey ( string key ) : string
SetValue ( string key, object value ) : void
ToBoolean ( object value ) : bool
ToInt32 ( object value ) : int

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

ContainsKey() 공개 메소드

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

DeveelDbConnectionStringBuilder() 공개 메소드

public DeveelDbConnectionStringBuilder ( string connectionString ) : System
connectionString string
리턴 System

Remove() 공개 메소드

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

ShouldSerialize() 공개 메소드

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

TryGetValue() 공개 메소드

public TryGetValue ( string keyword, object &value ) : bool
keyword string
value object
리턴 bool

this() 공개 메소드

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