CmrgDataSet.DataSetName Property
Gets or sets whether one or all CMRG datasets are read from the data section.
Syntax
public System.String DataSetName { get; set; }
Property Value
Default: ""
The name of the dataset to read. If set to an empty string, all datasets are read.
This property can only be modified before the dataset has been initialized. Attempting to modify it after initialization will cause an exception to be thrown.
Remarks
Please refer to CmrgQuery for information on advanced data picking settings.
Platforms
Windows, Linux, Android