C# Class Deveel.Data.Client.DeveelDbConnectionStringBuilder

Inheritance: System.Data.Common.DbConnectionStringBuilder
Show file Open project: deveel/deveeldb Class Usage Examples

Private Properties

Property Type Description
DeveelDbConnectionStringBuilder System
InitToDefault void
MappKey string
SetValue void
ToBoolean bool
ToInt32 int

Public Methods

Method Description
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

Private Methods

Method Description
DeveelDbConnectionStringBuilder ( ) : System
InitToDefault ( ) : void
MappKey ( string key ) : string
SetValue ( string key, object value ) : void
ToBoolean ( object value ) : bool
ToInt32 ( object value ) : int

Method Details

Clear() public method

public Clear ( ) : void
return void

ContainsKey() public method

public ContainsKey ( string keyword ) : bool
keyword string
return bool

DeveelDbConnectionStringBuilder() public method

public DeveelDbConnectionStringBuilder ( string connectionString ) : System
connectionString string
return System

Remove() public method

public Remove ( string keyword ) : bool
keyword string
return bool

ShouldSerialize() public method

public ShouldSerialize ( string keyword ) : bool
keyword string
return bool

TryGetValue() public method

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

this() public method

public this ( string keyword ) : object
keyword string
return object