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