Namespace:
NHibernate.Impl
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function SetCacheable ( _ cacheable As Boolean _ ) As IMultiQuery |
C# |
---|
public IMultiQuery SetCacheable( bool cacheable ) |
Visual C++ |
---|
public: virtual IMultiQuery^ SetCacheable( bool cacheable ) sealed |
JavaScript |
---|
function setCacheable(cacheable); |
Parameters
- cacheable
- Type: System..::.Boolean