CurrentValueRecord.GetRecordValue(Int32) 方法

定义

检索字段的值。Retrieves the value of a field.

protected:
 abstract System::Object ^ GetRecordValue(int ordinal);
protected abstract object GetRecordValue (int ordinal);
abstract member GetRecordValue : int -> obj
Protected MustOverride Function GetRecordValue (ordinal As Integer) As Object

参数

ordinal
Int32

字段的序号。The ordinal of the field.

返回

Object

字段值。The field value.

适用于