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.4.0.0 (5.4.0)
Syntaxpublic static List<CachedResultset> GetCachedResultsets(
	string tag
)
Public Shared Function GetCachedResultsets ( 
	tag As String
) As List(Of CachedResultset)
Parameters
- tag
 - Type: SystemString
The tag which resultsets are returned. 
Return Value
Type: 
ListCachedResultset
See Also