Provides the ability to load and save data from a data source.
| C# | Visual Basic | Visual C++ |
public abstract class DataConnector
Public MustInherit Class DataConnector
public ref class DataConnector abstract
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| DataConnector(String, Boolean) |
Initializes a new instance of the DataConnector class.
| |
| DataConnector(XmlNode) |
Initializes a new instance of the DataConnector class.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()() | Gets the type of the current instance. (Inherited from Object.) | |
| GetXMLNode(XmlNode) |
Gets an XML node containing the definition of this connector.
| |
| Id |
Gets or sets the unique ID of the connector.
| |
| IsReadOnly |
Gets or sets a value indicating whether this instance is read-only.
| |
| LoadColumns(ColumnCollection%) |
Loads the data columns from the connector.
| |
| LoadColumnsImpl(ColumnCollection%) |
If implemented by an inheriting class, loads the data columns from the connector.
| |
| LoadData(ColumnCollection%, RowCollection%) |
Loads the data from the connector.
| |
| LoadDataImpl(ColumnCollection%, RowCollection%) |
If implemented by an inheriting class, loads the data from the connector.
| |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Name |
Gets or sets the name of the connector.
| |
| StoreData(ColumnCollection, RowCollection) |
Stores the data to the data source.
| |
| StoreDataImpl(ColumnCollection, RowCollection) |
If implemented by an inheriting class, stores the data to the data source.
| |
| ToString()()() | Returns a string that represents the current object. (Inherited from Object.) |
| Object | ||
| DataConnector | ||
| FileDataConnector | ||
| SimpleDataConnector | ||
| SqlDataConnector | ||
