 | SphinxQLDataReaderGetValues Method |
Gets all attribute columns in the collection for the current row.
Namespace: SphinxConnector.SphinxQLAssembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntaxpublic override int GetValues(
Object[] values
)
Public Overrides Function GetValues (
values As Object()
) As Integer
Parameters
- values Object
- An array of Object into which to copy the attribute columns.
Return Value
Int32
The number of instances of
Object in the array.
Implements
IDataRecordGetValues(Object)
See Also