Retrieve the value for all columns of the current row.
'Declaration
Public Overrides NotOverridable Function GetValues( _
ByVal () As Object _
) As Integer
public override int GetValues(
object[]
)
public function GetValues(
: TObjectarray of
): Integer; override;
public override function GetValues(
: Object[]
) : int;
public: int GetValues(
Object*[]*
) override
Parameters
- values
- Array of column values in native format.
Return Value
The number of instances in the object array.
.NET Framework
Version 2.0 or later