Click or drag to resize

FormBaseGetHzSmplFieldValue Method (String, String, String, String, EnumHzSmplFieldNm)

단순코드 필드값 획득

Namespace:  Mcc.Series.Ui
Assembly:  Mcc.Series.Ui (in Mcc.Series.Ui.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public string GetHzSmplFieldValue(
	string prj_gb,
	string smpl_gb,
	string smpl_cd,
	string aply_ymd,
	EnumHzSmplFieldNm fieldName
)

Parameters

prj_gb
Type: SystemString
(prj_gb) 프로젝트 구분
smpl_gb
Type: SystemString
(smpl_gb) 구분값
smpl_cd
Type: SystemString
(smpl_cd) 코드
aply_ymd
Type: SystemString
(aply_ymd) 적용일
fieldName
Type: Mcc.Series.Ui.TypeEnumHzSmplFieldNm
획득할 필드명

Return Value

Type: String
DataTable
See Also