EntityDataReader.GetProviderSpecificFieldType Method (Int32)

 

Returns the provider-specific field type of the specified column.

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

[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public override Type GetProviderSpecificFieldType(
	int ordinal
)

Parameters

ordinal
Type: System.Int32

The zero-based column ordinal.

Return Value

Type: System.Type

The Type object that describes the data type of the specified column.