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