 | 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.4.1
Syntaxpublic override int Depth { get; }
Public Overrides ReadOnly Property Depth As Integer
Get
Property Value
Type:
Int32Return Value
Type:
Int32
The depth of nesting for the current row. Always 0.
Implements
IDataReaderDepth
See Also