Retrieves an array of values of the elements in the dataset.
[Visual Basic .NET] |
---|
Public Function GetValues() As System.Array |
[C#] |
---|
public System.Array GetValues(); |
[Managed C++] |
---|
public: System::Array GetValues(); |
[Unmanaged C++] |
---|
public: HRESULT GetValues( SAFEARRAY * * ppRetVal ); |
[Java] |
---|
public AgSafeArray getValues(); |