Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere Server - Programming » SQL Anywhere .NET 2.0 API Reference » SADataReader class » Item properties

Item(Int32) property Next Page

Item(String) 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 name As String _
) As Object

C#

public override object this [
string name
] { get;}

Parameters
See also