Click or drag to resize
ResultsetCacheGet Method (String)
Gets the cached resultsets with the tag 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 List<CachedResultset> Get(
	string tag
)

Parameters

tag
Type: SystemString
The tag which resultsets have to be returned.

Return Value

Type: ListCachedResultset
the cached resultsets which have the specified tag assigned to them, otherwise empty list.

Implements

IResultsetCacheGet(String)
See Also