MongoDBSchemaNode Properties
Defines a node and its hierarchy in the MongoDBQuery‘s schema.| Name | Description |
|---|---|
| BsonElement |
Specifies the BsonElement name used for deserialization.
|
| Children | Provides access to a collection of the node’s child nodes. |
| DisplayName | Gets or sets the data source node’s display name. |
| Name | Specifies the name of the data source field that the MongoDBSchemaNode object defines. |
| Nodes | Returns a collection of nodes. |
| NodeType | Gets or sets the type of a node that the MongoDBSchemaNode object defines. |
| Parent | Returns the node’s parent node. Returns null (Nothing in Visual Basic) for the root node. |
| Selected | Gets or sets whether to include the MongoDB field (which the MongoDBSchemaNode defines) to the MongoDBDataSource‘s data schema. |
| Type | Gets or sets the type of data stored in the data source field that the MongoDBSchemaNode object defines. |
See Also