TrueFilter Class
Matches a filter expression.
System.Object
Microsoft.ServiceBus.Messaging.Filter
Microsoft.ServiceBus.Messaging.SqlFilter
Microsoft.ServiceBus.Messaging.TrueFilter
Microsoft.ServiceBus.Messaging.Filter
Microsoft.ServiceBus.Messaging.SqlFilter
Microsoft.ServiceBus.Messaging.TrueFilter
Namespace: Microsoft.ServiceBus.Messaging
Assembly: Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
The TrueFilter 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. (Inherited from SqlFilter.) |
![]() | Parameters | Sets the value of a filter expression. (Inherited from SqlFilter.) |
![]() | RequiresPreprocessing | Gets a value indicating whether the SQL filter expression requires preprocessing. (Overrides SqlFilter.RequiresPreprocessing.) |
![]() | SqlExpression | Gets the SQL expression. (Inherited from SqlFilter.) |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | Match | Matches a message against the current SQL expression. (Overrides SqlFilter.Match(BrokeredMessage).) |
![]() | Preprocess | Gets the preprocessed filter expression. (Overrides SqlFilter.Preprocess().) |
![]() | ToString | (Inherited from Object.) |
![]() | Validate | Validates the SQL expression. (Overrides SqlFilter.Validate().) |
