RowView.IDataErrorInfo.Error Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Private ReadOnly Property Error As String
Implements IDataErrorInfo.Error
Get
'Usage
Dim instance As RowView
Dim value As String
value = CType(instance, IDataErrorInfo).Error
string IDataErrorInfo.Error { get; }
private:
virtual property String^ Error {
String^ get () sealed = IDataErrorInfo::Error::get;
}
private abstract Error : string
private override Error : string
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Property Value
Type: System.String