LookupCache Property |
|
DataPA OpenAnalytics API Reference
Gets and set a value that indicates if this lookup should be cacjed on the client
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool Cache { get; set; }
Public Property Cache As Boolean
Get
Set
public:
virtual property bool Cache {
bool get () sealed;
void set (bool value) sealed;
}
function get_Cache();
function set_Cache(value);
Property Value
Type:
BooleanTrue if this lookup should be cacjed on the client
Return Value
Type:
BooleanTrue if this lookup should be cacjed on the client
Remarks See Also