This topic has not yet been rated - Rate this topic

TrueFilter Class

Matches a filter expression.

Namespace:  Microsoft.ServiceBus.Messaging
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
[DataContractAttribute(Name = "TrueFilter", Namespace = "http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public sealed class TrueFilter : SqlFilter

The TrueFilter type exposes the following members.

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