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