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

    Parameters

    Name Type
    name String
    selected Nullable<Boolean>
    See Also