![]() | SqlDataConnector Class |
Namespace: Ranorex.Core.Data
The SqlDataConnector type exposes the following members.
Name | Description | |
---|---|---|
![]() | SqlDataConnector(XmlNode) |
Initializes a new instance of the SqlDataConnector class.
|
![]() | SqlDataConnector(String, String, String, String, String) |
Initializes a new instance of the SqlDataConnector class.
|
Name | Description | |
---|---|---|
![]() | ConnectionString |
Gets or sets the connection string to the database.
|
![]() | DialogDataSource |
Gets or sets the type of database used.
|
![]() | Id |
Gets or sets the unique ID of the source.
(Inherited from DataConnector.) |
![]() | IsReadOnly |
Gets or sets a value indicating whether this instance is read-only.
(Inherited from DataConnector.) |
![]() | Name |
Gets or sets the name of the source.
(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.
|
![]() | XmlIdentifier |
Gets the unique identifier for serialization and deserialization purposes as well as factory creation.
(Overrides DataConnectorXmlIdentifier.) |
Name | Description | |
---|---|---|
![]() | Dispose |
Clean up any resources being used.
(Inherited from DataConnector.) |
![]() | Dispose(Boolean) |
Clean up any resources being used.
(Inherited from DataConnector.) |
![]() | Equals | 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 |
Gets a factory object for the named data provider.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetXMLNode |
Gets an XML node containing the definition of this source.
(Inherited from DataConnector.) |
![]() | GetXMLNodeDerived |
Add DataSource specific information from derived classes to the node
(Overrides DataConnectorGetXMLNodeDerived(XmlNode).) |
![]() | LoadColumns |
Loads the data columns from the source.
(Inherited from DataConnector.) |
![]() | LoadColumnsImpl(ColumnCollection) |
If implemented by an inheriting class, loads the data columns from the source.
(Inherited from DataConnector.) |
![]() | LoadColumnsImpl(ColumnCollection, Int32) |
If implemented by an inheriting class, loads the data columns from the source
and the number of rows in the data source.
(Inherited from DataConnector.) |
![]() | LoadData |
Loads the data from the source.
(Inherited from DataConnector.) |
![]() | LoadDataImpl |
Loads the data from the source using the provided ConnectionString
and SQL Query.
(Overrides DataConnectorLoadDataImpl(ColumnCollection, RowCollection).) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | StoreData |
Stores the data to the data source.
(Inherited from DataConnector.) |
![]() | StoreDataImpl |
Stores the data to the data source. Currently not supported.
(Overrides DataConnectorStoreDataImpl(ColumnCollection, RowCollection).) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |