<< Click to Display Table of Contents >>
GetMasterDataSetName
Gets the master set name.
Prototype
string GetMasterDataSetName()
Reference
Gets blank if no master set.
Example
var ds = This.GetMultiDataSet();
var MasterDataSetName = ds.GetMasterDataSetName();
See Also