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