Click or drag to resize

IResultsetCacheGet 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.9.0.0 (5.9.0)
Syntax
CachedResultset Get(
	CacheKey key
)

Parameters

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

Return Value

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