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

IDataComponent Methods

When implemented by a class, provides basic functionality required by data access components.
Name Description
Dispose() Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Inherited from IDisposable.
Fill(IEnumerable<IParameter>) Retrieves the data from a data source.
LoadFromXml(XElement) Loads the data source schema definition from XML.
SaveToXml() Saves the XML definition of the data source schema.
See Also