0 out of 2 rated this helpful - 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))]
[KnownTypeAttribute(typeof(FalseFilter))]
[KnownTypeAttribute(typeof(DateTimeOffset))]
public class SqlFilter : Filter

The SqlFilter type exposes the following members.

  NameDescription
Public methodSqlFilterInitializes a new instance of the SqlFilter class using the specified SQL expression.
Top
  NameDescription
Public propertyCompatibilityLevelThis property is reserved for future use. An integer value showing the compatibility level, currently hard-coded to 20.
Public propertyParametersSets the value of a filter expression.
Public propertyRequiresPreprocessingGets a value indicating whether the SQL filter expression requires preprocessing. (Overrides Filter.RequiresPreprocessing.)
Public propertySqlExpressionGets the SQL expression.
Top
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodMatchSpecifies whether a message matches against the current SQL expression. (Overrides Filter.Match(BrokeredMessage).)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodPreprocessGets the preprocessed filter expression. (Overrides Filter.Preprocess().)
Public methodToString (Inherited from Object.)
Public methodValidateValidates the SQL expression. (Overrides Filter.Validate().)
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)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.
facebook page visit twitter rss feed newsletter