EntityDataReader.GetDataTypeName(Int32) Method

Definition

Gets the name of the data type of the specified column.

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 zero-based column ordinal.

Returns

The name of the data type.

Implements

Applies to

See also