Advanced.Data.Provider Documentation

AdpDataReader.Item Property

[This is preliminary documentation and subject to change.]

Gets the value of the specified column in its native format given the column name.

[Visual Basic]
NotOverridable Public Default ReadOnly Property Item( _
   ByVal name As String _
) Implements _
   IDataRecord.Item As Object Implements _
   IDataRecord.Item
[C#]
public object this[
   string name
] {get;}

Parameters

name
The column name.

Implements

IDataRecord.Item

See Also

AdpDataReader Class | Advanced.Data.Provider Namespace