SphinxQLDataReaderDepth Property

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

Definition

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
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