ConditionUseExpression Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates if this condition uses the expression to evaluate
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool UseExpression { get; set; }
Public Property UseExpression As Boolean
Get
Set
public:
virtual property bool UseExpression {
bool get () sealed;
void set (bool value) sealed;
}
function get_UseExpression();
function set_UseExpression(value);
Property Value
Type:
BooleanTrue if this condition uses the expression to evaluate
Return Value
Type:
BooleanTrue if this condition uses the expression to evaluate
Remarks See Also