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

Syntax

Visual Basic (Declaration)
Public Overrides Property HasSubselectLoadableCollections As Boolean
C#
public override bool HasSubselectLoadableCollections { get; set; }
Visual C++
public:
virtual property bool HasSubselectLoadableCollections {
	bool get () override;
	void set (bool value) override;
}
JavaScript
function get_hasSubselectLoadableCollections();
function set_hasSubselectLoadableCollections(value);

See Also