Namespace:  NHibernate.Impl
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Function SetCacheable ( _
	cacheable As Boolean _
) As IQuery
C#
public IQuery SetCacheable(
	bool cacheable
)
Visual C++
public:
virtual IQuery^ SetCacheable(
	bool cacheable
) sealed
JavaScript
function setCacheable(cacheable);

Parameters

cacheable
Type: System..::.Boolean

Implements

IQuery..::.SetCacheable(Boolean)

See Also