[Missing <summary> documentation for "P:NHibernate.Loader.JoinWalker.CollectionOwners"]

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

Syntax

C#
public int[] CollectionOwners { get; set; }
Visual Basic
Public Property CollectionOwners As Integer()
	Get
	Set
Visual C++
public:
property array<int>^ CollectionOwners {
	array<int>^ get ();
	void set (array<int>^ value);
}

See Also