Namespace:  NHibernate.Mapping
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property FetchMode As FetchMode
C#
public FetchMode FetchMode { get; }
Visual C++
public:
virtual property FetchMode FetchMode {
	FetchMode get () sealed;
}
JavaScript
function get_fetchMode();

Implements

IValue..::.FetchMode

See Also