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: 5.3.0
Syntax
public override int Depth { get; }

Property Value

Type: Int32

Return Value

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

Implements

IDataReaderDepth
See Also