Returns the depth of nesting for the current row. The outermost table has a depth of zero.
Visual Basic
NotOverridable Public Readonly Property Depth As Integer _
Implements IDataReader.Depth
C#
public int Depth {get;}
All UltraLite.NET result sets have a depth of zero.
ULException class - The ULDataReader is not opened.