[]
Loads a data set using the specified resource locator and data set reference.
public static IDataSet LoadDataSet(ResourceLocator resourceLocator, string dataSetReference)
Type | Name | Description |
---|---|---|
ResourceLocator | resourceLocator | A ResourceLocator object used to locate the resource. |
string | dataSetReference | A string value indicating reference to the data set to be loaded. |
Type | Description |
---|---|
IDataSet | An IDataSet object representing the loaded data set. |