| CqlReaderGetValues Method  | 
Populates an array of objects with the column values of the current record.
 
Namespace: Cassandra.DataAssembly: Cassandra (in Cassandra.dll) Version: 3.6.0
Syntaxpublic override int GetValues(
	Object[] values
)
Parameters
- values
 - Type: SystemObject
An array of Object to copy the attribute fields into.  
Return Value
Type: 
Int32The number of instances of 
Object in the array.
Implements
IDataRecordGetValues(Object)
See Also