<< Click to Display Table of Contents >>

GetMasterDataSetName

마스터셋 이름을 가져옵니다.

Prototype

string GetMasterDataSetName()

Reference

마스터셋이 없을 경우 공백 값을 가져옵니다.

Example

var ds = This.GetDataSet();

var MasterDataSetName = ds.GetMasterDataSetName();