Click or drag to resize
ResultsetCacheGet Method (CacheKey)
Gets the cached resultset under the key specified.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public CachedResultset Get(
	CacheKey key
)

Parameters

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

Return Value

Type: CachedResultset
The cached resultset, if present, otherwise null

Implements

IResultsetCacheGet(CacheKey)
Exceptions
ExceptionCondition
ArgumentNullExceptionkey
See Also