<< Click to Display Table of Contents >>
GetInputParam
지정한 입력 패러미터 값을 가져옵니다.
Prototype
string GetInputParam(string InputParamName)
Parameters
InputParamName |
패러미터 이름 |
Example
var ds = This.GetDataSet();
var InputParamName = ds.GetInputParam();