Skip to main content
All docs
V25.1
  • MongoDBDataSourceBase.SaveToXml() Method

    Saves the definition of the MongoDB data source schema to an XML element.

    Namespace: DevExpress.DataAccess.MongoDB

    Assembly: DevExpress.DataAccess.v25.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    public override XElement SaveToXml()

    Returns

    Type Description
    XElement

    An element that contains the definition of a MongoDB data source schema in XML format.

    See Also