EntityDataReader.GetFieldType(Int32) Metoda

Definicja

Pobiera typ danych określonej kolumny.

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

Parametry

ordinal
Int32

Liczba porządkowa kolumn opartych na zerach.

Zwraca

Typ danych określonej kolumny.

Implementuje

Dotyczy