PredLogicalExpr Class

Definition

PredLogicalExpr class can apply NOT on one PredExpr or AND/OR on two PredExprs

public sealed class PredLogicalExpr : Microsoft.SqlServer.Management.XEvent.PredExpr
type PredLogicalExpr = class
    inherit PredExpr
Public NotInheritable Class PredLogicalExpr
Inherits PredExpr
Inheritance
PredLogicalExpr

Constructors

PredLogicalExpr(PredLogicalExpr+LogicalOperatorType, PredExpr, PredExpr)

Initializes a new instance of the PredLogicalExpr class.

Properties

LeftExpr

Get the left sub-expression.

Operator

Get the logic operator.

RightExpr

Get the right sub-expression.

Applies to