Enable caching of this query result set.
Namespace:
NHibernateAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Function SetCacheable ( _ cacheable As Boolean _ ) As IMultiQuery |
C# |
---|
IMultiQuery SetCacheable( bool cacheable ) |
Visual C++ |
---|
IMultiQuery^ SetCacheable( bool cacheable ) |
JavaScript |
---|
function setCacheable(cacheable); |
Parameters
- cacheable
- Type: System..::.Boolean
Should the query results be cacheable?