EntityDataReader.GetFieldType Method (Int32)

 

Gets the data type of the specified column.

Namespace:   System.Data.Entity.Core.EntityClient
Assembly:  EntityFramework (in EntityFramework.dll)

public override Type GetFieldType(
	int ordinal
)

Parameters

ordinal
Type: System.Int32

The zero-based column ordinal.

Return Value

Type: System.Type

The data type of the specified column.