EntityDataReader.GetProviderSpecificFieldType Method (Int32)
Returns the provider-specific field type of the specified column.
Assembly: EntityFramework (in EntityFramework.dll)
[EditorBrowsableAttribute(EditorBrowsableState.Never)] public override Type GetProviderSpecificFieldType( int ordinal )
Parameters
- ordinal
-
Type:
System.Int32
The zero-based column ordinal.