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