[Missing <summary> documentation for "P:NHibernate.Mapping.SimpleValue.FetchMode"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
public virtual FetchMode FetchMode { get; set; }  | 
| Visual Basic | 
|---|
Public Overridable Property FetchMode As FetchMode Get Set  | 
| Visual C++ | 
|---|
public: virtual property FetchMode FetchMode { FetchMode get (); void set (FetchMode value); }  |