ObjectDataSource.SaveToXml() Method
In This Article
Saves the XML definition of the object data source schema.
Namespace: DevExpress.DataAccess.ObjectBinding
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
#Returns
Type | Description |
---|---|
XElement | A XElement value containing an XML definition of the data source schema. |
#Implements
See Also