Types of the return values of an Enumerate() style query.
Return an array of ITypes.
Namespace: NHibernate.Hql.ClassicAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public virtual IType[] ReturnTypes { get; } |
Visual Basic |
---|
Public Overridable ReadOnly Property ReturnTypes As IType() Get |
Visual C++ |
---|
public: virtual property array<IType^>^ ReturnTypes { array<IType^>^ get (); } |