Click or drag to resize

MccGridGetCUDListDataTable Method (UltraGridBand, CUDRowFlag)

추가, 수정, 삭제된 내용의 로우를 데이터 테이블 형태로 반환함.

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 DataTable GetCUDListDataTable(
	UltraGridBand ugb,
	CUDRowFlag cudType
)

Parameters

ugb
Type: UltraGridBand
해당 밴드
cudType
Type: Mcc.Series.Controls.EnumCUDRowFlag
추출될 데이터의 타입

Return Value

Type: DataTable
DataTable
See Also