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