RanorexRanorex Documentation
Provider Property
NamespacesRanorex.Core.DataSqlDataConnectorProvider
Gets or sets the name of the underlying data provider provider used for the SQL connection.
Declaration Syntax
C#Visual BasicVisual C++
public string Provider { get; set; }
Public Property Provider As String
public:
property String^ Provider {
	String^ get ();
	void set (String^ value);
}
Value
The name of the underlying data provider provider used for the SQL connection.

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