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

Syntax

Visual Basic (Declaration)
Public Property MaximumFetchDepth As Integer
C#
public int MaximumFetchDepth { get; set; }
Visual C++
public:
property int MaximumFetchDepth {
	int get ();
	void set (int value);
}
JavaScript
function get_maximumFetchDepth();
function set_maximumFetchDepth(value);

See Also