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.

适用于