Returns the value of the specified column in its native format. In C#, this property is the indexer for the ULDataReader class.
Visual Basic Public Overrides Default Readonly Property Item( _ ByVal columnID As Integer _ ) As Object
C# public override object this[ int columnID ] { get;}
columnID The ID number of the column. The value must be in the range [0,ULDataReader.FieldCount-1]. The first column in the cursor has an ID value of zero.
The column value as the .NET type most appropriate for the column or DBNull if column is NULL.
This method is identical in functionality to the ULDataReader.GetValue(int) method.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |