DbUpdatableDataRecord.GetName(Int32) 方法

定义

检索字段的名称。

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

参数

i
Int32

字段的序号。

返回

字段的名称。

实现

适用于