Click or drag to resize
QueryableExtensionMethodsCacheResultset Method
Overload List
  NameDescription
Public methodStatic memberCacheResultsetTSource(IQueryableTSource, Int32)
Specifies that the query's resultset should be cached for the duration specified.
Public methodStatic memberCacheResultsetTSource(IQueryableTSource, TimeSpan)
Specifies that the query's resultset should be cached for the duration specified.
Public methodStatic memberCacheResultsetTSource(IQueryableTSource, Int32, Boolean)
Specifies that the query's resultset should be cached for the duration specified.
Public methodStatic memberCacheResultsetTSource(IQueryableTSource, Int32, String)
Specifies that the query's resultset should be cached for the duration specified.
Public methodStatic memberCacheResultsetTSource(IQueryableTSource, TimeSpan, Boolean)
Specifies that the query's resultset should be cached for the duration specified.
Public methodStatic memberCacheResultsetTSource(IQueryableTSource, TimeSpan, String)
Specifies that the query's resultset should be cached for the duration specified.
Public methodStatic memberCacheResultsetTSource(IQueryableTSource, Int32, Boolean, String)
Specifies that the query's resultset should be cached for the duration specified.
Public methodStatic memberCacheResultsetTSource(IQueryableTSource, TimeSpan, Boolean, String)
Specifies that the query's resultset should be cached for the duration specified.
Top
See Also