Item(Int32) property

Returns the value of a column in its native format. In C#, this property is the indexer for the SADataReader class.

Syntax
Visual Basic

Public Overrides Default Readonly Property Item ( _
   ByVal index As Integer _
) As Object
C#

public override object this [ 
   int index
]  { get;}
Parameters
  • index   The column ordinal.

See also