Definition at line 7 of file ProviderSettings.cs.
Deveel.Data.Linq.ProviderSettings.ProviderSettings |
( |
string |
userName, |
|
|
string |
password, |
|
|
MappingModel |
model |
|
) |
| |
|
inline |
Definition at line 8 of file ProviderSettings.cs.
9 if (
String.IsNullOrEmpty(userName))
10 throw new ArgumentNullException(
"userName");
11 if (
String.IsNullOrEmpty(password))
12 throw new ArgumentNullException(
"password");
14 throw new ArgumentNullException(
"model");
20 Metadata =
new Dictionary<string, object>(StringComparer.OrdinalIgnoreCase);
A long string in the system.
IDictionary< string, object > Metadata
IDictionary<string, object> Deveel.Data.Linq.ProviderSettings.Metadata |
|
getprivate set |
string Deveel.Data.Linq.ProviderSettings.Password |
|
getprivate set |
string Deveel.Data.Linq.ProviderSettings.UserName |
|
getprivate set |
The documentation for this class was generated from the following file:
- /var/calculate/remote/distfiles/egit-src/deveeldb.git/src/deveeldb-linq/Deveel.Data.Linq/ProviderSettings.cs