[Missing <summary> documentation for "P:NHibernate.Hql.Classic.QueryTranslator.CollectionOwners"]

Namespace: NHibernate.Hql.Classic
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
protected override int[] CollectionOwners { get; }
Visual Basic
Protected Overrides ReadOnly Property CollectionOwners As Integer()
	Get
Visual C++
protected:
virtual property array<int>^ CollectionOwners {
	array<int>^ get () override;
}

See Also