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