Skip to main content Skip to complementary content

CheckExpression Method

Overloads

CheckExpression(String, IEnumerable<String>)

Checks if a given expression is valid.

CheckExpression(String, IEnumerable<String>)

Checks if a given expression is valid.

Declaration

      public CheckExpressionResult CheckExpression([QixName("qExpr")] string expr, [QixName("qLabels")] IEnumerable<string> labels = null)
    

Parameters

Type Name Description
System.String expr

Expression to check.

System.Collections.Generic.IEnumerable<System.String> labels

List of labels.

Returns

Type Description
CheckExpressionResult

Implements

Remarks

The expression is correct if the parameters qErrorMsg , qBadFieldNames and qDangerousFieldNames are empty.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!