Click or drag to resize

MccGridGetCUDListDataTable Method (CUDRowFlag, String)

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

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(
	CUDRowFlag cudType,
	string[] exceptedKeys
)

Parameters

cudType
Type: Mcc.Series.Controls.EnumCUDRowFlag
추출될 데이터의 타입
exceptedKeys
Type: SystemString
제외될 필드명

Return Value

Type: DataTable
DataTable
See Also