Skip to main content

EFDataSource.SaveToXml() Method

Saves the XML definition of the Entity Framework data source schema.

Namespace: DevExpress.DataAccess.EntityFramework

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

A XElement value containing an XML definition of the data source schema.

See Also