Click or drag to resize

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

Parameters

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

Return Value

Type: DataTable

[Missing <returns> documentation for "M:Mcc.Series.Controls.MccGrid.GetCUDListDataTable(Infragistics.Win.UltraWinGrid.UltraGridBand,Mcc.Series.Controls.Enum.CUDRowFlag,System.String[])"]

See Also