Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
返回以本地格式表示的指定列的值。
Public Overrides Function GetValue(ByVal colID As Integer) As Object
public override object GetValue(int colID)
colID 列的 ID 号。值必须在 [0,ULDataReader.FieldCount-1] 范围内。游标中第一列的 ID 值为 0。
最适合此列的 .NET 类型的列值;如果列为 NULL,则为 DBNull 类型。
ULException 类 发生 SQL 错误。
此方法与使用 ULDataReader.this[int] 方法相同。