 | SphinxQLDataReader.GetValues Method |
Gets all attribute columns in the collection for the current row.
Namespace:
SphinxConnector.SphinxQL
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic override int GetValues(
Object[] values
)
Public Overrides Function GetValues (
values As Object()
) As Integer
Parameters
- values
- Type:System.Object[]
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
IDataRecord.GetValues(Object[])
See Also