Returns the value of a column in its native format. In C#, this property is the indexer for the SADataReader class.
Visual Basic Public Overrides Default Readonly Property Item ( _ ByVal name As String _ ) As Object
C# public override object this [ string name ] { get;}
name The column name.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |