SystemStructureForceReload Property |
|
DataPA OpenAnalytics API Reference
If TRUE the next GET of structure will reload from the AppServer,
rather than the local cache.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool ForceReload { get; set; }
Public Property ForceReload As Boolean
Get
Set
public:
property bool ForceReload {
bool get ();
void set (bool value);
}
function get_ForceReload();
function set_ForceReload(value);
Property Value
Type:
BooleanIf TRUE the next GET of structure will reload from the AppServer.
Return Value
Type:
BooleanIf TRUE the next GET of structure will reload from the AppServer.
Remarks If TRUE the next GET of structure will reload from the AppServer.
See Also