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.9.0.0 (5.9.0)
Syntaxpublic List<CachedResultset> Get(
	string tag
)
Public Function Get ( 
	tag As String
) As List(Of CachedResultset)
Parameters
- tag
 - Type: SystemString
The tag which resultsets have to be returned. 
Return Value
Type: 
ListCachedResultsetthe cached resultsets which have the specified tag assigned to them, otherwise empty list.
Implements
IResultsetCacheGet(String)
See Also