[Missing <summary> documentation for "P:NHibernate.Tuple.StandardProperty.FetchMode"]

Namespace: NHibernate.Tuple
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

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

See Also