Namespace: NHibernate.BytecodeAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
Parameters
- role
- Type: System..::..String
The role the collection is in.
- propertyRef
- Type: System..::..String
The name of the property in the
owner object containing the collection ID, or nullNothingnullptra null reference (Nothing in Visual Basic) if it is
the primary key.
- embedded
- Type: System..::..Boolean
Is embedded in XML (not supported yet)
Type Parameters
- TKey
- The type of keys in the dictionary.
- TValue
- The type of values in the dictionary.
Return Value
A
MapType for the specified role.
See Also