Retrieves the return descriptor for the owner of this fetch.

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

Syntax

C#
public NonScalarReturn Owner { get; }
Visual Basic
Public ReadOnly Property Owner As NonScalarReturn
	Get
Visual C++
public:
property NonScalarReturn^ Owner {
	NonScalarReturn^ get ();
}

See Also