Click or drag to resize
CacheControllerGetCachedResultsets Method (String)
Gets the cached resultsets for the tag - emptyh string combination.

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 static List<CachedResultset> GetCachedResultsets(
	string tag
)

Parameters

tag
Type: SystemString
The tag which resultsets are returned.

Return Value

Type: ListCachedResultset
See Also