MongoDBSchemaNode(String, Nullable<Boolean>, MongoDBNodeType, String) 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
public MongoDBSchemaNode(
string name,
bool? selected,
MongoDBNodeType nodeType,
string bsonElement
)
Parameters
| Name | Type |
|---|---|
| name | String |
| selected | Nullable<Boolean> |
| nodeType | MongoDBNodeType |
| bsonElement | String |
See Also