EntityDataReader.GetProviderSpecificValue Method (Int32)

 

Gets the value of the specified column as an instance of Object.

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

[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public override object GetProviderSpecificValue(
	int ordinal
)

Parameters

ordinal
Type: System.Int32

The zero-based column ordinal.

Return Value

Type: System.Object

The value of the specified column.