Share via


DbUpdatableDataRecord.GetFieldType(Int32) 方法

定義

擷取欄位的型別。

public:
 override Type ^ GetFieldType(int ordinal);
public override Type GetFieldType (int ordinal);
override this.GetFieldType : int -> Type
Public Overrides Function GetFieldType (ordinal As Integer) As Type

參數

ordinal
Int32

欄位的序數。

傳回

欄位型別 (Field Type)。

實作

適用於