[]
Populates an array of objects with the column values of the current record.
public int GetValues(object[] values)
Type | Name | Description |
---|---|---|
object[] | values | An array of object to copy the attribute fields into. |
Type | Description |
---|---|
int | The number of instances of object in the array. |