Parameters
- values
- An array of System.Object into which to copy the attribute columns.
Return Value
The number of instances of System.Object in the array.
You can pass an System.Object array that contains fewer than the number of columns contained in the resulting row. Only the amount of data the System.Object array holds is copied to the array. You can also pass an System.Object array whose length is more than the number of columns contained in the resulting row.
This method returns System.DBNull for null columns.