FalseFilter Class
Represents the false filter expression.
System.Object
Microsoft.ServiceBus.Messaging.Filter
Microsoft.ServiceBus.Messaging.SqlFilter
Microsoft.ServiceBus.Messaging.FalseFilter
Microsoft.ServiceBus.Messaging.Filter
Microsoft.ServiceBus.Messaging.SqlFilter
Microsoft.ServiceBus.Messaging.FalseFilter
Namespace: Microsoft.ServiceBus.Messaging
Assembly: Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
The FalseFilter 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.) |
|
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.) |
|
Finalize | (Inherited from Object.) |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
Match | Matches a message against the current SQL expression. (Overrides SqlFilter.Match(BrokeredMessage).) |
|
MemberwiseClone | (Inherited from Object.) |
|
Preprocess | Gets the preprocessed filter expression. (Overrides SqlFilter.Preprocess().) |
|
ToString | (Inherited from Object.) |
|
Validate | Validates the SQL expression. (Overrides SqlFilter.Validate().) |
| Name | Description | |
|---|---|---|
|
IExtensibleDataObject.ExtensionData | Gets or sets the object that contains extra data. (Inherited from Filter.) |