Skip to main content
All docs
V25.1
  • MongoDBSchemaNode(String, Nullable<Boolean>, MongoDBNodeType, Type, 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,
        Type type,
        string bsonElement
    )

    Parameters

    Name Type
    name String
    selected Nullable<Boolean>
    nodeType MongoDBNodeType
    type Type
    bsonElement String
    See Also