Namespace:
NHibernate.Mapping
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Property FetchMode As FetchMode |
C# |
---|
public virtual FetchMode FetchMode { get; set; } |
Visual C++ |
---|
public: virtual property FetchMode FetchMode { FetchMode get (); void set (FetchMode value); } |
JavaScript |
---|
function get_fetchMode(); function set_fetchMode(value); |