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

ObjectDataSource.SaveToXml() Method

Saves the XML definition of the object data source schema.

Namespace: DevExpress.DataAccess.ObjectBinding

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public override XElement SaveToXml()

Returns

Type Description
XElement

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

Implements

See Also