C# 클래스 System.Data.DataError

Represents an custom error that can be associated with a .
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Clear void
Clear void
DataError System.Diagnostics
DataError System.Diagnostics
GetColumnError string
GetColumnsInError System.Data.DataColumn[]
IndexOf int
SetColumnError void
SetText void

비공개 메소드들

메소드 설명
Clear ( ) : void
Clear ( DataColumn column ) : void
DataError ( ) : System.Diagnostics
DataError ( string rowError ) : System.Diagnostics
GetColumnError ( DataColumn column ) : string
GetColumnsInError ( ) : System.Data.DataColumn[]
IndexOf ( DataColumn column ) : int
SetColumnError ( DataColumn column, string error ) : void
SetText ( string errorText ) : void

Sets the error message for the .