Click or drag to resize

FormBaseGetNewPostData Method (String, String, String, String, String, String, String, String)

GetNewPostData 신 우편번호를 검색합니다.

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 DataSet GetNewPostData(
	string CITY,
	string DONG_NAME,
	string DORO_NAME,
	string JI_BUN,
	string BLDG_NO,
	string BLD_NAME,
	string POST_NO,
	string LI
)

Parameters

CITY
Type: SystemString
도시
DONG_NAME
Type: SystemString
동주소
DORO_NAME
Type: SystemString
도로명주소
JI_BUN
Type: SystemString
지번
BLDG_NO
Type: SystemString
건물번호
BLD_NAME
Type: SystemString
건물명칭
POST_NO
Type: SystemString
우편번호
LI
Type: SystemString

[Missing <param name="LI"/> documentation for "M:Mcc.Series.Ui.FormBase.GetNewPostData(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String)"]

Return Value

Type: DataSet
검색결과값(DataSet)
See Also