Click or drag to resize

FormBaseGetHzSmpl Method (String, String, String, String, String, String)

단순코드 정보획득

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 DataTable GetHzSmpl(
	string prj_gb,
	string smpl_gb,
	string smpl_cd,
	string aply_ymd,
	string order_by,
	string[] exceptcds
)

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) 적용일
order_by
Type: SystemString
정렬필드
exceptcds
Type: SystemString
제외시킬 코드

Return Value

Type: DataTable
DataTable
See Also