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

    Specifies the name of the data source field that the MongoDBSchemaNode object defines.

    Namespace: DevExpress.DataAccess.MongoDB

    Assembly: DevExpress.DataAccess.v25.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    [DataMember]
    public string Name { get; set; }

    Property Value

    Type Description
    String

    The data source field name that the MongoDBSchemaNode object defines.

    See Also