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

    Gets or sets the type of data stored in the data source field that the MongoDBSchemaNode object defines.

    Namespace: DevExpress.DataAccess.MongoDB

    Assembly: DevExpress.DataAccess.v25.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    public Type Type { get; set; }

    Property Value

    Type Description
    Type

    The type of data to be stored in the data source field that the MongoDBSchemaNode object defines.

    See Also