SalesBuy
1-855-856-7678
Technical SupportSupport
Represents a filter which is a composition of an expression and an action that is executed in the pub/sub pipeline.
Namespace: Microsoft.ServiceBus.Messaging
The SqlFilter type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CompatibilityLevel | This property is reserved for future use. An integer value showing the compatibility level, currently hard-coded to 20. |
![]() | Parameters | Sets the value of a filter expression. |
![]() | RequiresPreprocessing | Gets a value indicating whether the SQL filter expression requires preprocessing. (Overrides Filter.RequiresPreprocessing.) |
![]() | SqlExpression | Gets the SQL expression. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | Match | Specifies whether a message matches against the current SQL expression. (Overrides Filter.Match(BrokeredMessage).) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Preprocess | Gets the preprocessed filter expression. (Overrides Filter.Preprocess().) |
![]() | ToString | (Inherited from Object.) |
![]() | Validate | Validates the SQL expression. (Overrides Filter.Validate().) |