FillErrorEventArgs.Values 속성
정의
오류 발생 시 업데이트하고 있는 행의 값을 가져옵니다.Gets the values for the row being updated when the error occurred.
public:
property cli::array <System::Object ^> ^ Values { cli::array <System::Object ^> ^ get(); };
public object?[] Values { get; }
public object[] Values { get; }
member this.Values : obj[]
Public ReadOnly Property Values As Object()
속성 값
- Object[]
업데이트하고 있는 행의 값입니다.The values for the row being updated.