Click or drag to resize

MccGridNewCheckDuplicationDataSourceValue Method (String, String)

그리드의 특정 컬럼에 같은 값이 있는지 체크 합니다. 그리드의 DataSource 기준 입니다.

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 bool CheckDuplicationDataSourceValue(
	string columnName,
	string sourceValue
)

Parameters

columnName
Type: SystemString
검색할 Column명 입니다.
sourceValue
Type: SystemString
비교할 값 입니다.

Return Value

Type: Boolean
true이면 중복된 값이 있습니다.
See Also