QueryModified Property |
|
DataPA OpenAnalytics API Reference
Gets a property that indicates if the Query has been modified since it was last saved.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool Modified { get; }
Public ReadOnly Property Modified As Boolean
Get
public:
virtual property bool Modified {
bool get () sealed;
}
Property Value
Type:
BooleanA property that indicates if the Query has been modified since it was last saved
Return Value
Type:
BooleanA property that indicates if the Query has been modified since it was last saved
See Also