QuerySpecExtensionMethodsCacheResultset Method |
Name | Description | |
---|---|---|
CacheResultsetTQuery(TQuery, Int32) |
Specifies that the query's resultset should be cached for the duration specified.
| |
CacheResultsetTQuery(TQuery, TimeSpan) |
Specifies that the query's resultset should be cached for the duration specified.
| |
CacheResultsetTQuery(TQuery, Int32, Boolean) |
Specifies that the query's resultset should be cached for the duration specified.
| |
CacheResultsetTQuery(TQuery, Int32, String) |
Specifies that the query's resultset should be cached for the duration specified.
| |
CacheResultsetTQuery(TQuery, TimeSpan, Boolean) |
Specifies that the query's resultset should be cached for the duration specified.
| |
CacheResultsetTQuery(TQuery, TimeSpan, String) |
Specifies that the query's resultset should be cached for the duration specified.
| |
CacheResultsetTQuery(TQuery, Int32, Boolean, String) |
Specifies that the query's resultset should be cached for the duration specified.
| |
CacheResultsetTQuery(TQuery, TimeSpan, Boolean, String) |
Specifies that the query's resultset should be cached for the duration specified.
|