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 |
Retrieves the data from a data source. |
Load |
Loads the data source schema definition from XML. |
Save |
Saves the XML definition of the data source schema. |
See Also