Namespace:
NHibernate.Mapping
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Protected Sub New ( _ owner As PersistentClass _ ) |
C# |
---|
protected Collection( PersistentClass owner ) |
Visual C++ |
---|
protected: Collection( PersistentClass^ owner ) |
JavaScript |
---|
NHibernate.Mapping.Collection = function(owner); |
Parameters
- owner
- Type: NHibernate.Mapping..::.PersistentClass