[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.ICollectionPropertiesMapper`2.Fetch(NHibernate.Mapping.ByCode.CollectionFetchMode)"]

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

Syntax

C#
void Fetch(
	CollectionFetchMode fetchMode
)
Visual Basic
Sub Fetch ( _
	fetchMode As CollectionFetchMode _
)
Visual C++
void Fetch(
	CollectionFetchMode^ fetchMode
)

Parameters

fetchMode
Type: NHibernate.Mapping.ByCode..::..CollectionFetchMode

[Missing <param name="fetchMode"/> documentation for "M:NHibernate.Mapping.ByCode.ICollectionPropertiesMapper`2.Fetch(NHibernate.Mapping.ByCode.CollectionFetchMode)"]

See Also