[Missing <summary> documentation for "M:NHibernate.Cfg.Loquacious.IEntityCacheConfigurationProperties`1.Collection``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},System.Action{NHibernate.Cfg.Loquacious.IEntityCollectionCacheConfigurationProperties})"]

Namespace: NHibernate.Cfg.Loquacious
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
void Collection<TCollection>(
	Expression<Func<TEntity, TCollection>> collectionProperty,
	Action<IEntityCollectionCacheConfigurationProperties> collectionCacheConfiguration
)
where TCollection : IEnumerable
Visual Basic
Sub Collection(Of TCollection As IEnumerable) ( _
	collectionProperty As Expression(Of Func(Of TEntity, TCollection)), _
	collectionCacheConfiguration As Action(Of IEntityCollectionCacheConfigurationProperties) _
)
Visual C++
generic<typename TCollection>
where TCollection : IEnumerable
void Collection(
	Expression<Func<TEntity, TCollection>^>^ collectionProperty, 
	Action<IEntityCollectionCacheConfigurationProperties^>^ collectionCacheConfiguration
)

Parameters

collectionProperty
Type: System.Linq.Expressions..::..Expression<(Of <(<'Func<(Of <(<'TEntity, TCollection>)>)>>)>)>

[Missing <param name="collectionProperty"/> documentation for "M:NHibernate.Cfg.Loquacious.IEntityCacheConfigurationProperties`1.Collection``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},System.Action{NHibernate.Cfg.Loquacious.IEntityCollectionCacheConfigurationProperties})"]

collectionCacheConfiguration
Type: System..::..Action<(Of <(<'IEntityCollectionCacheConfigurationProperties>)>)>

[Missing <param name="collectionCacheConfiguration"/> documentation for "M:NHibernate.Cfg.Loquacious.IEntityCacheConfigurationProperties`1.Collection``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},System.Action{NHibernate.Cfg.Loquacious.IEntityCollectionCacheConfigurationProperties})"]

Type Parameters

TCollection

[Missing <typeparam name="TCollection"/> documentation for "M:NHibernate.Cfg.Loquacious.IEntityCacheConfigurationProperties`1.Collection``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},System.Action{NHibernate.Cfg.Loquacious.IEntityCollectionCacheConfigurationProperties})"]

See Also