MongoDBSchemaNode(String, Nullable<Boolean>, MongoDBNodeType) Constructor
Initializes a new instance of the MongoDBSchemaNode class with specified settings.
Namespace: DevExpress.DataAccess.MongoDB
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Parameters
Name | Type |
---|---|
name | String |
selected | Nullable<Boolean> |
nodeType | MongoDBNodeType |
See Also