DbUpdatableDataRecord.GetDataTypeName(Int32) Method

Definition

Retrieves the name of the field data type.

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

Parameters

i
Int32

The ordinal of the field.

Returns

The name of the field data type.

Implements

Applies to