 | SphinxQLDataReaderDepth Property |
Gets a value indicating the depth of nesting for the current row. Always returns 0.
Namespace: SphinxConnector.SphinxQLAssembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntaxpublic override int Depth { get; }Public Overrides ReadOnly Property Depth As Integer
Get
Property Value
Int32Return Value
Int32
The depth of nesting for the current row. Always 0.
Implements
IDataReaderDepth
See Also