This topic has not yet been rated - Rate this topic

SqlFilter Class

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
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
[DataContractAttribute(Name = "SqlFilter", Namespace = "http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
[KnownTypeAttribute(typeof(TrueFilter))]
public class SqlFilter : Filter

The SqlFilter type exposes the following members.

  Name Description
Public method SqlFilter Initializes a new instance of the SqlFilter class using the specified SQL expression.
Top
  Name Description
Public property CompatibilityLevel This property is reserved for future use. An integer value showing the compatibility level, currently hard-coded to 20.
Public property RequiresPreprocessing Gets a value indicating whether the SQL filter expression requires preprocessing. (Overrides Filter.RequiresPreprocessing.)
Public property SqlExpression Gets the SQL expression.
Top
  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Match Matches a message against the current SQL expression. (Overrides Filter.Match(BrokeredMessage).)
Protected method MemberwiseClone (Inherited from Object.)
Public method Preprocess Gets the preprocessed filter expression. (Overrides Filter.Preprocess().)
Public method ToString (Inherited from Object.)
Public method Validate Validates the SQL expression. (Overrides Filter.Validate().)
Top
  Name Description
Explicit interface implemetation Private property IExtensibleDataObject.ExtensionData Gets or sets the object that contains extra data. (Inherited from Filter.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)