Namespace:
NHibernate.Cfg
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property IsOuterJoinFetchEnabled As Boolean |
C# |
---|
public bool IsOuterJoinFetchEnabled { get; set; } |
Visual C++ |
---|
public: property bool IsOuterJoinFetchEnabled { bool get (); void set (bool value); } |
JavaScript |
---|
function get_isOuterJoinFetchEnabled(); function set_isOuterJoinFetchEnabled(value); |