Skip to main content
All docs
V23.2

MongoDBDataSourceBase.SaveToXml() Method

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

Namespace: DevExpress.DataAccess.MongoDB

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

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