MongoDBSchemaNode.NodeType Property
Gets or sets the type of a node that the MongoDBSchemaNode object defines.
Namespace: DevExpress.DataAccess.MongoDB
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Property Value
Type | Description |
---|---|
MongoDBNodeType | A MongoDBNodeType enumeration value that defines the node type. |
Available values:
Name | Description |
---|---|
ObjectID | Identifies a MongoDB node as an ObjectID. |
Object | Identifies a MongoDB node as an object. |
Array | Identifies a MongoDB node as an array. |
Property | Identifies a MongoDB node as a property. |
See Also