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

Syntax

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

Implements

IFetchable..::.FetchMode
IValue..::.FetchMode

See Also