RanorexRanorex Documentation
SqlDataConnector Class
NamespacesRanorex.Core.DataSqlDataConnector
Provides access to data stored in SQL (Structured Query Language) databases.
Declaration Syntax
C#Visual BasicVisual C++
public class SqlDataConnector : DataConnector
Public Class SqlDataConnector _
	Inherits DataConnector
public ref class SqlDataConnector : public DataConnector
Members
All MembersConstructorsMethodsProperties



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

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

ConnectionString
Gets or sets the connection string to the database.

DialogDataSource
Gets or sets the type of database used.

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.)
GetFactory(String)
Gets a factory object for the named data provider.

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.
(Overrides DataConnector.GetXMLNode(XmlNode).)
Id
Gets or sets the unique ID of the connector.
(Inherited from DataConnector.)
IsReadOnly
Gets or sets a value indicating whether this instance is read-only.
(Inherited from DataConnector.)
LoadColumns(ColumnCollection%)
Loads the data columns from the connector.
(Inherited from DataConnector.)
LoadColumnsImpl(ColumnCollection%)
If implemented by an inheriting class, loads the data columns from the connector.
(Inherited from DataConnector.)
LoadData(ColumnCollection%, RowCollection%)
Loads the data from the connector.
(Inherited from DataConnector.)
LoadDataImpl(ColumnCollection%, RowCollection%)
Loads the data from the connector using the provided ConnectionString and SQL Query.
(Overrides DataConnector.LoadDataImpl(ColumnCollection%, RowCollection%).)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Name
Gets or sets the name of the connector.
(Inherited from DataConnector.)
Provider
Gets or sets the name of the underlying data provider provider used for the SQL connection.

Query
Gets or sets the SQL query selecting the data from the database.

StoreData(ColumnCollection, RowCollection)
Stores the data to the data source.
(Inherited from DataConnector.)
StoreDataImpl(ColumnCollection, RowCollection)
Stores the data to the data source. Currently not supported.
(Overrides DataConnector.StoreDataImpl(ColumnCollection, RowCollection).)
ToString()()()
Returns a string that represents the current object.
(Inherited from Object.)
Inheritance Hierarchy
Object
DataConnector
 SqlDataConnector

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