Initializes a new instance of the Bag class.
Namespace:
NHibernate.MappingAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ owner As PersistentClass _ ) |
C# |
---|
public Bag( PersistentClass owner ) |
Visual C++ |
---|
public: Bag( PersistentClass^ owner ) |
JavaScript |
---|
NHibernate.Mapping.Bag = function(owner); |
Parameters
- owner
- Type: NHibernate.Mapping..::.PersistentClass
The PersistentClass that contains this bag mapping.