Skip to main content

IDataComponent Members

When implemented by a class, provides basic functionality required by data access components.

#Properties
Show Inherited Hide Inherited

Name Description
DataMember Gets the name of a data member associated with the current data component.
Name Specifies the name of the current data component.
Site Gets or sets the ISite associated with the IComponent. Inherited from IComponent.

#Methods
Show Inherited Hide Inherited

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.

#Events
Show Inherited Hide Inherited

Name Description
Disposed Represents the method that handles the Disposed event of a component. Inherited from IComponent.
See Also