Initializes a new instance of the KeyMapper class
Namespace: NHibernate.Mapping.ByCode.ImplAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public KeyMapper( Type ownerEntityType, HbmKey mapping ) |
Visual Basic |
---|
Public Sub New ( _ ownerEntityType As Type, _ mapping As HbmKey _ ) |
Visual C++ |
---|
public: KeyMapper( Type^ ownerEntityType, HbmKey^ mapping ) |
Parameters
- ownerEntityType
- Type: System..::..Type
[Missing <param name="ownerEntityType"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.KeyMapper.#ctor(System.Type,NHibernate.Cfg.MappingSchema.HbmKey)"]
- mapping
- Type: NHibernate.Cfg.MappingSchema..::..HbmKey
[Missing <param name="mapping"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.KeyMapper.#ctor(System.Type,NHibernate.Cfg.MappingSchema.HbmKey)"]