Sphinx QLData ReaderItem(String) Property
Gets the Object with the specified name.
Definition
Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override Object this[
string name
] { get; }VB
Public Overrides ReadOnly Default Property Item (
name As String
) As Object
GetParameters
- name String
Property Value
ObjectImplements
IDataRecordItemStringExceptions
| IndexOutOfRangeException | The name specified is not a valid column name. |