[Missing <summary> documentation for "M:NHibernate.Type.DefaultCollectionTypeFactory.Map``2(System.String,System.String,System.Boolean)"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public virtual CollectionType Map<TKey, TValue>( string role, string propertyRef, bool embedded ) |
Visual Basic |
---|
Public Overridable Function Map(Of TKey, TValue) ( _ role As String, _ propertyRef As String, _ embedded As Boolean _ ) As CollectionType |
Visual C++ |
---|
public: generic<typename TKey, typename TValue> virtual CollectionType^ Map( String^ role, String^ propertyRef, bool embedded ) |
Parameters
- role
- Type: System..::..String
[Missing <param name="role"/> documentation for "M:NHibernate.Type.DefaultCollectionTypeFactory.Map``2(System.String,System.String,System.Boolean)"]
- propertyRef
- Type: System..::..String
[Missing <param name="propertyRef"/> documentation for "M:NHibernate.Type.DefaultCollectionTypeFactory.Map``2(System.String,System.String,System.Boolean)"]
- embedded
- Type: System..::..Boolean
[Missing <param name="embedded"/> documentation for "M:NHibernate.Type.DefaultCollectionTypeFactory.Map``2(System.String,System.String,System.Boolean)"]
Type Parameters
- TKey
[Missing <typeparam name="TKey"/> documentation for "M:NHibernate.Type.DefaultCollectionTypeFactory.Map``2(System.String,System.String,System.Boolean)"]
- TValue
[Missing <typeparam name="TValue"/> documentation for "M:NHibernate.Type.DefaultCollectionTypeFactory.Map``2(System.String,System.String,System.Boolean)"]
Return Value
[Missing <returns> documentation for "M:NHibernate.Type.DefaultCollectionTypeFactory.Map``2(System.String,System.String,System.Boolean)"]