DbUpdatableDataRecord.GetName(Int32) 方法

定义

检索字段的名称。Retrieves the name of a field.

public:
 override System::String ^ GetName(int ordinal);
public override string GetName (int ordinal);
override this.GetName : int -> string
Public Overrides Function GetName (ordinal As Integer) As String

参数

ordinal
Int32

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

返回

String

字段的名称。The name of the field.

实现

适用于