Type EnumerableImpl
Namespace NHibernate.Impl
Interfaces IEnumerable, IEnumerator, IDisposable
return bool |
|
object obj |
return IEnumerator |
An IEnumerator that can be used to iterate through the query results. |
return int |
return Type |
return bool |
${WriteSummary(content)} |
return string |
If the IQuery only returns one type of Entity then an object will be returned. If this is a multi-column resultset then an object array will be returned.
return object
|