[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.ICollectionPropertiesContainerMapper`1.Map``2(System.Linq.Expressions.Expression{System.Func{`0,System.Collections.Generic.IDictionary{``0,``1}}},System.Action{NHibernate.Mapping.ByCode.IMapPropertiesMapper{`0,``0,``1}})"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
void Map<TKey, TElement>( Expression<Func<TEntity, IDictionary<TKey, TElement>>> property, Action<IMapPropertiesMapper<TEntity, TKey, TElement>> collectionMapping ) |
Visual Basic |
---|
Sub Map(Of TKey, TElement) ( _ property As Expression(Of Func(Of TEntity, IDictionary(Of TKey, TElement))), _ collectionMapping As Action(Of IMapPropertiesMapper(Of TEntity, TKey, TElement)) _ ) |
Visual C++ |
---|
generic<typename TKey, typename TElement> void Map( Expression<Func<TEntity, IDictionary<TKey, TElement>^>^>^ property, Action<IMapPropertiesMapper<TEntity, TKey, TElement>^>^ collectionMapping ) |
Parameters
- property
- Type: System.Linq.Expressions..::..Expression<(Of <(<'Func<(Of <(<'TEntity, IDictionary<(Of <(<'TKey, TElement>)>)>>)>)>>)>)>
[Missing <param name="property"/> documentation for "M:NHibernate.Mapping.ByCode.ICollectionPropertiesContainerMapper`1.Map``2(System.Linq.Expressions.Expression{System.Func{`0,System.Collections.Generic.IDictionary{``0,``1}}},System.Action{NHibernate.Mapping.ByCode.IMapPropertiesMapper{`0,``0,``1}})"]
- collectionMapping
- Type: System..::..Action<(Of <(<'IMapPropertiesMapper<(Of <(<'TEntity, TKey, TElement>)>)>>)>)>
[Missing <param name="collectionMapping"/> documentation for "M:NHibernate.Mapping.ByCode.ICollectionPropertiesContainerMapper`1.Map``2(System.Linq.Expressions.Expression{System.Func{`0,System.Collections.Generic.IDictionary{``0,``1}}},System.Action{NHibernate.Mapping.ByCode.IMapPropertiesMapper{`0,``0,``1}})"]
Type Parameters
- TKey
[Missing <typeparam name="TKey"/> documentation for "M:NHibernate.Mapping.ByCode.ICollectionPropertiesContainerMapper`1.Map``2(System.Linq.Expressions.Expression{System.Func{`0,System.Collections.Generic.IDictionary{``0,``1}}},System.Action{NHibernate.Mapping.ByCode.IMapPropertiesMapper{`0,``0,``1}})"]
- TElement
[Missing <typeparam name="TElement"/> documentation for "M:NHibernate.Mapping.ByCode.ICollectionPropertiesContainerMapper`1.Map``2(System.Linq.Expressions.Expression{System.Func{`0,System.Collections.Generic.IDictionary{``0,``1}}},System.Action{NHibernate.Mapping.ByCode.IMapPropertiesMapper{`0,``0,``1}})"]