Share via


EntityDataReader.GetProviderSpecificValues(Object[]) Method

Definition

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

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public override int GetProviderSpecificValues (object[] values);
override this.GetProviderSpecificValues : obj[] -> int
Public Overrides Function GetProviderSpecificValues (values As Object()) As Integer

Parameters

values
Object[]

An array of Object into which to copy the attribute columns.

Returns

The number of instances of Object in the array.

Attributes

Applies to