DashboardEFDataSource.LoadFromXml(XElement) Method
Loads the Entity Framework data source definition from XML.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v23.1.Core.dll
NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design
Declaration
Parameters
Name | Type | Description |
---|---|---|
element | XElement | A XElement value containing an XML definition of the data source. |
See Also