<< 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.GetDataSet();

var MasterDataSetName = ds.GetMasterDataSetName();

See Also

MasterSet