Method GetValues
GetValues(Object[])
Populates array of objects with values in current row.
Declaration
int GetValues(object[] objects)
Parameters
Type | Name | Description |
---|---|---|
System.Object[] | objects | Array of objects to be populated. |
Returns
Type | Description |
---|---|
System.Int32 | Number of objects copied in a specified array. |