Enable caching of this query result set.
Namespace: NHibernateAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
IQuery SetCacheable( bool cacheable ) |
Visual Basic |
---|
Function SetCacheable ( _ cacheable As Boolean _ ) As IQuery |
Visual C++ |
---|
IQuery^ SetCacheable( bool cacheable ) |
Parameters
- cacheable
- Type: System..::..Boolean
Should the query results be cacheable?
Return Value
[Missing <returns> documentation for "M:NHibernate.IQuery.SetCacheable(System.Boolean)"]