Namespace:
NHibernate.Cfg
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Sub DoSecondPass ( _ persistentClasses As IDictionary _ ) |
C# |
---|
void DoSecondPass( IDictionary persistentClasses ) |
Visual C++ |
---|
void DoSecondPass( IDictionary^ persistentClasses ) |
JavaScript |
---|
function doSecondPass(persistentClasses); |
Parameters
- persistentClasses
- Type: System.Collections..::.IDictionary