EntityDataReader.GetProviderSpecificValue Method (Int32)
Gets the value of the specified column as an instance of Object.
Assembly: EntityFramework (in EntityFramework.dll)
[EditorBrowsableAttribute(EditorBrowsableState.Never)] public override object GetProviderSpecificValue( int ordinal )
Parameters
- ordinal
-
Type:
System.Int32
The zero-based column ordinal.