TrueFilter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Matches a filter expression.
[System.Runtime.Serialization.DataContract(Name="TrueFilter", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public sealed class TrueFilter : Microsoft.ServiceBus.Messaging.SqlFilter
[<System.Runtime.Serialization.DataContract(Name="TrueFilter", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")>]
type TrueFilter = class
inherit SqlFilter
Public NotInheritable Class TrueFilter
Inherits SqlFilter
- Inheritance
- Attributes
Constructors
TrueFilter() |
Initializes a new instance of the TrueFilter class. |
Properties
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. |
SqlExpression |
Gets the SQL expression. (Inherited from SqlFilter) |
Methods
Match(BrokeredMessage) |
Matches a message against the current SQL expression. |
Preprocess() |
Gets the preprocessed filter expression. |
ToString() |
Converts the value of the current instance to its equivalent string representation. |
Validate() |
Validates the SQL expression. |
Explicit Interface Implementations
IExtensibleDataObject.ExtensionData | (Inherited from Filter) |
Applies to
Azure SDK for .NET