|
| MySQL Connector/Net |
| MySqlDataReader..::..GetValues Method |
| MySqlDataReader Class See Also Send Feedback |
|
Gets all attribute columns in the collection for the current row.
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.8.4.0
Syntax
| C# |
|---|
public override int GetValues( Object[] values ) |
| Visual Basic |
|---|
Public Overrides Function GetValues ( _ values As Object() _ ) As Integer |
| Visual C++ |
|---|
public: virtual int GetValues( array<Object^>^ values ) override |
Parameters
- values
- Type: array<System..::..Object>[]()[][]
Return Value
Implements
IDataRecord..::..GetValues(array<Object>[]()[][])IDataRecord..::..GetValues(array<Object>[]()[][])