RanorexRanorex Documentation
Get Method (name)
NamespacesRanorexDataSourcesGet(String)
Retrieves a DataCache representing a data connectors defined in the current TestSuite.
Declaration Syntax
C#Visual BasicVisual C++
public static DataCache Get(
	string name
)
Public Shared Function Get ( _
	name As String _
) As DataCache
public:
static DataCache^ Get(
	String^ name
)
Parameters
name (String)
The name of the data connectors to retrieve.
Return Value
A DataCache instance or null if no connector with that name was found.

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