EntityDataReader.GetProviderSpecificValues(Object[]) Method

Definition

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

public:
 override int GetProviderSpecificValues(cli::array <System::Object ^> ^ values);
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.

Applies to