Namespace:
NHibernate.Loader
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Protected Overridable Function IsTooDeep ( _ currentDepth As Integer _ ) As Boolean |
C# |
---|
protected virtual bool IsTooDeep( int currentDepth ) |
Visual C++ |
---|
protected: virtual bool IsTooDeep( int currentDepth ) |
JavaScript |
---|
function isTooDeep(currentDepth); |
Parameters
- currentDepth
- Type: System..::.Int32