![]() |
Energy Core Library
|
Data source configuration class More...
Public Member Functions | |
| virtual string | GetConnectionString () |
| Represent configuration as connection string. More... | |
| string | GetEntityConnectionString (string provider) |
| Connection string for Entity Framework More... | |
| virtual string | GetDSNPrefix () |
| Get prefix for DSN in PHP/Perl style More... | |
| override string | ToString () |
| Returns a string that represents the current object. More... | |
Properties | |
| Energy.Enumeration.SqlDialect | Dialect [get, set] |
| Connection string database dialect type. This value is used for making connection string for any SQL server in exact form recognized by server of that dialect. More... | |
| string | Server [get, set] |
| Server More... | |
| int | Port [get, set] |
| Port More... | |
| string | Catalog [get, set] |
| Catalog More... | |
| string | User [get, set] |
| User More... | |
| string | Password [get, set] |
| Password More... | |
| bool | Encryption [get, set] |
| Encryption More... | |
| bool | Compression [get, set] |
| Compression More... | |
| int | Timeout [get, set] |
| Timeout More... | |
| string | Charset [get, set] |
| Charset More... | |
| string | ConnectionString [get] |
| Connection string property More... | |
Data source configuration class
|
virtual |
Represent configuration as connection string.
|
virtual |
Get prefix for DSN in PHP/Perl style
| string Energy.Source.Configuration.GetEntityConnectionString | ( | string | provider | ) |
Connection string for Entity Framework
| override string Energy.Source.Configuration.ToString | ( | ) |
Returns a string that represents the current object.
|
getset |
Catalog
|
getset |
Charset
|
getset |
Compression
|
get |
Connection string property
|
getset |
Connection string database dialect type. This value is used for making connection string for any SQL server in exact form recognized by server of that dialect.
|
getset |
Encryption
|
getset |
Password
|
getset |
Port
|
getset |
Server
|
getset |
Timeout
|
getset |
User