Namespace:  NHibernate.Driver
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Depth As Integer
C#
public int Depth { get; }
Visual C++
public:
virtual property int Depth {
	int get () sealed;
}
JavaScript
function get_depth();

Implements

IDataReader..::.Depth

See Also