DbUpdatableDataRecord.GetDataTypeName(Int32) Method

Definition

Retrieves the name of the field data type.

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

Parameters

ordinal
Int32

The ordinal of the field.

Returns

The name of the field data type.

Implements

Applies to