Share via


DbUpdatableDataRecord.GetFieldType(Int32) Method

Definition

Retrieves the type of a field.

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

Parameters

i
Int32

The ordinal of the field.

Returns

The field type.

Implements

Applies to