Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
以对象形式返回指定列的子串值。
Public Function GetValue( ByVal ordinal As Integer, ByVal index As Long, ByVal length As Integer ) As Object
public object GetValue(int ordinal, long index, int length)
ordinal 表示获取值的来源列的顺序号。编号从零开始。
index 要获得的子串值的索引(从零开始)。
length 要获得的子串值的长度。
以对象形式返回的子串值。
对于值为 NULL 的数据库列,此方法返回 DBNull。