MongoDBSchemaNode.Selected Property
Gets or sets whether to include the MongoDB field (which the MongoDBSchemaNode defines) to the MongoDBDataSource‘s data schema.
Namespace: DevExpress.DataAccess.MongoDB
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Property Value
Type | Description |
---|---|
Nullable<Boolean> | Specifies whether to include a MogoDB field to the MongoDBDataSource‘s data schema. |
See Also