Namespace:
NHibernate.Impl
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Protected Overridable Function GetResultList ( _ results As IList _ ) As IList |
C# |
---|
protected virtual IList GetResultList( IList results ) |
Visual C++ |
---|
protected: virtual IList^ GetResultList( IList^ results ) |
JavaScript |
---|
function getResultList(results); |
Parameters
- results
- Type: System.Collections..::.IList