EntityDataReader.GetProviderSpecificValues Method (Object[])
Gets all provider-specific attribute columns in the collection for the current row.
Assembly: EntityFramework (in EntityFramework.dll)
[EditorBrowsableAttribute(EditorBrowsableState.Never)] public override int GetProviderSpecificValues( object[] values )
Parameters
- values
-
Type:
System.Object[]
An array of Object into which to copy the attribute columns.