[Missing <summary> documentation for "P:NHibernate.Driver.NDataReader.Depth"]

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

Syntax

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

Implements

IDataReader..::..Depth

See Also