EntityDataReader.GetProviderSpecificValues Method (Object[])

 

Gets all provider-specific attribute columns in the collection for the current row.

Namespace:   System.Data.Entity.Core.EntityClient
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.

Return Value

Type: System.Int32

The number of instances of Object in the array.