[Missing <summary> documentation for "M:NHibernate.IMultiQuery.SetCacheRegion(System.String)"]

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

Syntax

C#
IMultiQuery SetCacheRegion(
	string region
)
Visual Basic
Function SetCacheRegion ( _
	region As String _
) As IMultiQuery
Visual C++
IMultiQuery^ SetCacheRegion(
	String^ region
)

Parameters

region
Type: System..::..String
The name of a query cache region, or nullNothingnullptra null reference (Nothing in Visual Basic) for the default query cache

Return Value

The instance for method chain.

See Also