Interface ICacheableQuery
Provides methods and properties of the cached query.
Namespace: Terrasoft.Core.DB
Assembly: Terrasoft.Core.dll
Syntax
public interface ICacheableQuery
Properties
CachedSqlText
Cached text of the query.
Declaration
string CachedSqlText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsCacheEnabled
Determines whether the query text is being cached.
Declaration
bool IsCacheEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
ResetCachedSqlText()
Clears the cached text of the query.
Declaration
void ResetCachedSqlText()