Advanced.Data.Provider Documentation

AdpDataReader.GetValues Method 

[This is preliminary documentation and subject to change.]

Gets all the attribute fields in the collection for the current record.

[Visual Basic]
NotOverridable Public Function GetValues( _
   ByVal values As Object() _
) As Integer Implements _
   IDataRecord.GetValues
[C#]
public int GetValues(
   object[] values
);

Parameters

values
An array of Object to copy the attribute fields into.

Return Value

The number of instances of Object in the array.

Implements

IDataRecord.GetValues

See Also

AdpDataReader Class | Advanced.Data.Provider Namespace