-
Notifications
You must be signed in to change notification settings - Fork 0
MongoDbDataSettingOption
Mendz edited this page Oct 12, 2018
·
3 revisions
Provides the data setting options for MongoDB access. Note that MongoDbDataSettingOption is a static class.
None.
| Name | Description |
|---|---|
| MongoClientSettings ClientSettings | Gets or sets the client settings. |
| string Client | Gets or sets the client name. Default is "MongoDBClient". |
| string Context | Gets or sets the context name. Default is "MongoDBContext". |
| MongoDatabaseSettings DatabaseSettings | Gets or sets the database settings. |
None.