Skip to main content
A newer version of this page is available. .

EFDataSource.SaveToXml() Method

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

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public override XElement SaveToXml()

Returns

Type Description
XElement

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

See Also