CurrentValueRecord.GetFieldType(Int32) Method

Definition

Retrieves the type of a field.

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

Parameters

ordinal
Int32

The ordinal of the field.

Returns

The field type.

Implements

Applies to