RunLookupCached Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates if there is cached data for this lookup.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool Cached { get; }
Public ReadOnly Property Cached As Boolean
Get
public:
virtual property bool Cached {
bool get () sealed;
}
Return Value
Type:
BooleanA value that indicates if there is cached data for this lookup.
Remarks See Also