SecurityInfoRunQueryOnly Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates if the user can modify a query.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool RunQueryOnly { get; }
Public ReadOnly Property RunQueryOnly As Boolean
Get
public:
virtual property bool RunQueryOnly {
bool get () sealed;
}
function get_RunQueryOnly();
Return Value
Type:
BooleanTrue if the user cannot modify a query.
Remarks See Also