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