[Missing <summary> documentation for "M:NHibernate.Impl.FutureBatch`2.IsQueryCacheable(`0)"]

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

Syntax

C#
protected abstract bool IsQueryCacheable(
	TQueryApproach query
)
Visual Basic
Protected MustOverride Function IsQueryCacheable ( _
	query As TQueryApproach _
) As Boolean
Visual C++
protected:
virtual bool IsQueryCacheable(
	TQueryApproach query
) abstract

Parameters

query
Type: TQueryApproach

[Missing <param name="query"/> documentation for "M:NHibernate.Impl.FutureBatch`2.IsQueryCacheable(`0)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Impl.FutureBatch`2.IsQueryCacheable(`0)"]

See Also