dotConnect for FreshBooks Documentation
Devart.Common Namespace / DbDataReaderBase Class / Item Property / Item(String) Property
The column name.

In This Topic
Item(String) Property
In This Topic
Gets the value of the specified column in its native format given the column name.
Syntax
'Declaration
 
Public Overloads Overrides ReadOnly Property Item( _
   ByVal name As String _
) As Object
 

Parameters

name
The column name.

Property Value

The value of the specified column in its native format.
Remarks
You can omit the property name.
See Also