[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.ICollectionPropertiesContainerMapper`1.IdBag``1(System.Linq.Expressions.Expression{System.Func{`0,System.Collections.Generic.IEnumerable{``0}}},System.Action{NHibernate.Mapping.ByCode.IIdBagPropertiesMapper{`0,``0}})"]

Namespace: NHibernate.Mapping.ByCode
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
void IdBag<TElement>(
	Expression<Func<TEntity, IEnumerable<TElement>>> property,
	Action<IIdBagPropertiesMapper<TEntity, TElement>> collectionMapping
)
Visual Basic
Sub IdBag(Of TElement) ( _
	property As Expression(Of Func(Of TEntity, IEnumerable(Of TElement))), _
	collectionMapping As Action(Of IIdBagPropertiesMapper(Of TEntity, TElement)) _
)
Visual C++
generic<typename TElement>
void IdBag(
	Expression<Func<TEntity, IEnumerable<TElement>^>^>^ property, 
	Action<IIdBagPropertiesMapper<TEntity, TElement>^>^ collectionMapping
)

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.IdBag``1(System.Linq.Expressions.Expression{System.Func{`0,System.Collections.Generic.IEnumerable{``0}}},System.Action{NHibernate.Mapping.ByCode.IIdBagPropertiesMapper{`0,``0}})"]

collectionMapping
Type: System..::..Action<(Of <(<'IIdBagPropertiesMapper<(Of <(<'TEntity, TElement>)>)>>)>)>

[Missing <param name="collectionMapping"/> documentation for "M:NHibernate.Mapping.ByCode.ICollectionPropertiesContainerMapper`1.IdBag``1(System.Linq.Expressions.Expression{System.Func{`0,System.Collections.Generic.IEnumerable{``0}}},System.Action{NHibernate.Mapping.ByCode.IIdBagPropertiesMapper{`0,``0}})"]

Type Parameters

TElement

[Missing <typeparam name="TElement"/> documentation for "M:NHibernate.Mapping.ByCode.ICollectionPropertiesContainerMapper`1.IdBag``1(System.Linq.Expressions.Expression{System.Func{`0,System.Collections.Generic.IEnumerable{``0}}},System.Action{NHibernate.Mapping.ByCode.IIdBagPropertiesMapper{`0,``0}})"]

See Also