Click or drag to resize

SphinxQLDataReaderItem(String) Property

Gets the Object with the specified name.

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntax
public override Object this[
	string name
] { get; }

Parameters

name  String
 

Property Value

Object

Implements

IDataRecordItemString
Exceptions
ExceptionCondition
IndexOutOfRangeException The name specified is not a valid column name.
See Also