Click or drag to resize

MccTreeviewAddNodeChildDatarow Method

새로운 노드 원본 데이터 추가 부모필드의 명칭은 반드시 PARENTS_NO 이어야 함.

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 AddNodeChildDatarow(
	DataRow dr
)

Parameters

dr
Type: System.DataDataRow
원본 데이터 스키마와 일치하는 데이터 로우
See Also