Gets the value of the specified column as an instance of
System.Object.
'Declaration
Public Overloads Overridable ReadOnly Property Item( _
ByVal As String _
) As Object
public virtual object Item(
string
) {get;}
Parameters
- name
- The name of the column.
Property Value
The value of the specified column.