QuerySilent Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that indicates whether the run query screen should be fully hidden in the client if possible
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool Silent { get; set; }
Public Property Silent As Boolean
Get
Set
public:
virtual property bool Silent {
bool get () sealed;
void set (bool value) sealed;
}
function get_Silent();
function set_Silent(value);
Return Value
Type:
BooleanTrue if the run query screen should be fully hidden in the client if possible
See Also