Click or drag to resize

SphinxQLDataReaderDepth Property

Gets a value indicating the depth of nesting for the current row. Always returns 0.

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntax
public override int Depth { get; }

Property Value

Int32

Return Value

Int32
The depth of nesting for the current row. Always 0.

Implements

IDataReaderDepth
See Also