DashboardMongoDBDataSource.SaveToXml() Method
Saves MongoDB to an XML definition.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Returns
Type | Description |
---|---|
XElement | The XML definition of the data source schema. |
Remarks
Use the LoadFromXml(XElement) method to load MongoDB from the XML definition.
See Also