[Missing <summary> documentation for "P:NHibernate.Mapping.Subclass.HasSubselectLoadableCollections"]

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

Syntax

C#
public override bool HasSubselectLoadableCollections { get; set; }
Visual Basic
Public Overrides Property HasSubselectLoadableCollections As Boolean
	Get
	Set
Visual C++
public:
virtual property bool HasSubselectLoadableCollections {
	bool get () override;
	void set (bool value) override;
}

See Also