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