RanorexRanorex Documentation
DataConnector Class
NamespacesRanorex.Core.DataDataConnector
Provides the ability to load and save data from a data source.
Declaration Syntax
C#Visual BasicVisual C++
public abstract class DataConnector
Public MustInherit Class DataConnector
public ref class DataConnector abstract
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DataConnector(String, Boolean)
Initializes a new instance of the DataConnector class.

DataConnector(XmlNode)
Initializes a new instance of the DataConnector class.

Equals(Object)
Determines whether the specified Object is equal to the current 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.)
Inheritance Hierarchy

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 4.0.3.22982 (4.0.3.22982)