Namespace:
NHibernate.Cfg
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ mappings As Mappings, _ collection As Collection _ ) |
C# |
---|
public CollectionSecondPass( Mappings mappings, Collection collection ) |
Visual C++ |
---|
public: CollectionSecondPass( Mappings^ mappings, Collection^ collection ) |
JavaScript |
---|
NHibernate.Cfg.CollectionSecondPass = function(mappings, collection); |
Parameters
- mappings
- Type: NHibernate.Cfg..::.Mappings
- collection
- Type: NHibernate.Mapping..::.Collection