Skip to main content
All docs
V25.1
  • MongoDBSchemaNode.Nodes Property

    Returns a collection of nodes.

    Namespace: DevExpress.DataAccess.MongoDB

    Assembly: DevExpress.DataAccess.v25.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    [DataMember]
    public List<MongoDBSchemaNode> Nodes { get; }

    Property Value

    Type Description
    List<MongoDBSchemaNode>

    The collection of MongoDBSchemaNode

    See Also