以对象形式返回指定列的子串值。
Visual Basic Public Function GetValue( _ ByVal ordinal As Integer, _ ByVal index As Long, _ ByVal length As Integer _ ) As Object
C# public object GetValue( int ordinal, long index, int length );
ordinal 表示获取值的来源列的顺序号。编号从零开始。
index 要获得的子串值的索引(从零开始)。
length 要获得的子串值的长度。
以对象形式返回的子串值。
对于值为 NULL 的数据库列,此方法返回 DBNull。
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |