[Missing <summary> documentation for "M:NHibernate.Impl.AbstractQueryImpl.SetCacheable(System.Boolean)"]

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

Syntax

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

Parameters

cacheable
Type: System..::..Boolean

[Missing <param name="cacheable"/> documentation for "M:NHibernate.Impl.AbstractQueryImpl.SetCacheable(System.Boolean)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Impl.AbstractQueryImpl.SetCacheable(System.Boolean)"]

Implements

IQuery..::..SetCacheable(Boolean)

See Also