RowView.IDataErrorInfo.Item 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 Item ( _
colName As String _
) As String Implements IDataErrorInfo.Item
Get
'Usage
Dim instance As RowView
Dim colName As String
Dim value As String
value = CType(instance, IDataErrorInfo).Item(colName)
string IDataErrorInfo.this[
string colName
] { get; }
private:
virtual property String^ Item[String^ colName] {
String^ get (String^ colName) sealed = IDataErrorInfo::Item::get;
}
private abstract Item : string
private override Item : string
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- colName
Type: System.String
Property Value
Type: System.String