[Missing <summary> documentation for "P:NHibernate.Cfg.MappingSchema.ICollectionPropertiesMapping.FetchMode"]

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

Syntax

C#
Nullable<HbmCollectionFetchMode> FetchMode { get; }
Visual Basic
ReadOnly Property FetchMode As Nullable(Of HbmCollectionFetchMode)
	Get
Visual C++
property Nullable<HbmCollectionFetchMode> FetchMode {
	Nullable<HbmCollectionFetchMode> get ();
}

See Also