Catalog.LoadDataSet Methods
Loads a dataset from a catalog.
Overload List
Name | Description | |
---|---|---|
Public method | LoadDataSet(CatalogMetadata metadata) | Loads a dataset from a catalog and initializes it. |
Public method | LoadDataSet(CatalogMetadata metadata, DataSetInitialization dataSetInitialization) | Loads a dataset from a catalog. |
Public method | LoadDataSet(CatalogMetadata metadata, DataSetInitialization dataSetInitialization, ConfigurationParameters parameters) | Loads a dataset from a catalog. |
LoadDataSet(CatalogMetadata metadata)
Loads a dataset from a catalog and initializes it.Syntax
public DataSet LoadDataSet (
CatalogMetadata metadata
)
Parameters
The metadata object of the dataset to load.
Return Value
Remarks
A dataset is identified by its resource identifier, which may be retrieved from a metadata record. Note that several metadata records may point to the same dataset resource, for instance when a dataset is described by several records with different languages.
LoadDataSet(CatalogMetadata metadata, DataSetInitialization dataSetInitialization)
Loads a dataset from a catalog.Syntax
public DataSet LoadDataSet (
CatalogMetadata metadata,
DataSetInitialization dataSetInitialization
)
Parameters
The metadata object of the dataset to load.
Specifies whether the dataset should be initialized immediately or later.
Return Value
Remarks
A dataset is identified by its resource identifier, which may be retrieved from a metadata record. Note that several metadata records may point to the same dataset resource, for instance when a dataset is described by several records with different languages.
LoadDataSet(CatalogMetadata metadata, DataSetInitialization dataSetInitialization, ConfigurationParameters parameters)
Loads a dataset from a catalog.Syntax
public DataSet LoadDataSet (
CatalogMetadata metadata,
DataSetInitialization dataSetInitialization,
ConfigurationParameters parameters
)
Parameters
The metadata object of the dataset to load.
Specifies whether the dataset should be initialized immediately or later.
A list of configuration parameters.
Return Value
Remarks
A dataset is identified by its resource identifier, which may be retrieved from a metadata record. Note that several metadata records may point to the same dataset resource, for instance when a dataset is described by several records with different languages.
Calling this method may or may not result in loading new configuration files from a local catalog. If it does, the configuration parameters will be passed to those configuration files when they are loaded. But usually the configuration files will already have been loaded when the Catalog was initialized. If this is the case, the supplied configuration parameters will not have any effect, so you need to pass those parameters to the Catalog constructor when you load the catalog instead.
Platforms
Windows, Linux, Android