EFDataSource.SaveToXml() Method
Saves the XML definition of the Entity Framework data source schema.
Namespace: DevExpress.DataAccess.EntityFramework
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Returns
Type | Description |
---|---|
XElement | A XElement value containing an XML definition of the data source schema. |
See Also