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