Click or drag to resize

ResultsetCachePurgeResultset Method

Purges the resultset cached under the key specified from the cache, if present.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public void PurgeResultset(
	CacheKey key
)

Parameters

key
Type: SD.LLBLGen.Pro.ORMSupportClassesCacheKey
The key.

Implements

IResultsetCachePurgeResultset(CacheKey)
Exceptions
ExceptionCondition
ArgumentNullExceptionkey
See Also