Click or drag to resize

MccGridNewFillDataTemp Method

바인딩할 데이터가 존재하지 않을경우 임시테이블을 바인딩 하여 sub band 처리할수 있도록 함

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 FillDataTemp(
	Dictionary<string, string[]> parentsColumns,
	Dictionary<string, string[]> childColumns
)

Parameters

parentsColumns
Type: System.Collections.GenericDictionaryString, String
서브밴드키, 서브밴드와 릴레이션을 맺을 메인밴드의 컬럼들
childColumns
Type: System.Collections.GenericDictionaryString, String
서브밴드키, 메인과 릴레이션을 맺을 서브밴드의 컬럼들
See Also