SqlFilter Class

Definition

Represents a filter which is a composition of an expression and an action that is executed in the pub/sub pipeline.

public class SqlFilter
type SqlFilter = class
Public Class SqlFilter
Inheritance
SqlFilter

Constructors

SqlFilter()

Initializes a new instance of the SqlFilter class.

SqlFilter(String, Nullable<Int32>, Nullable<Boolean>)

Initializes a new instance of the SqlFilter class.

Properties

CompatibilityLevel

Gets or sets this property is reserved for future use. An integer value showing the compatibility level, currently hard-coded to 20.

RequiresPreprocessing

Gets or sets value that indicates whether the rule action requires preprocessing.

SqlExpression

Gets or sets the SQL expression. e.g. MyProperty='ABC'

Applies to