Click or drag to resize

MccTreeviewFillData Method

hierarchy 구조의 데이터 테이블을 바인딩함.

Namespace:  Mcc.Series.Controls
Assembly:  Mcc.Series.Controls (in Mcc.Series.Controls.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void FillData(
	DataTable dataSource,
	string parentField,
	string childfield,
	string viewFieldName
)

Parameters

dataSource
Type: System.DataDataTable
데이터데이블
parentField
Type: SystemString
부모필드명칭
childfield
Type: SystemString
자식필드명칭
viewFieldName
Type: SystemString
노드텍스트에 보여질 필드명칭
See Also