This topic has not yet been rated - Rate this topic

MatchAllFilterExpression Class

System.Object
  Microsoft.ServiceBus.Messaging.Filters.FilterExpression
    Microsoft.ServiceBus.Messaging.Filters.SqlFilterExpression
      Microsoft.ServiceBus.Messaging.Filters.MatchAllFilterExpression

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

The MatchAllFilterExpression type exposes the following members.

  Name Description
Public property RequiresPreprocessing (Inherited from SqlFilterExpression.)
Public property SqlExpression (Inherited from SqlFilterExpression.)
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 (Inherited from SqlFilterExpression.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Preprocess (Inherited from SqlFilterExpression.)
Public method ToString (Inherited from Object.)
Public method Validate (Inherited from SqlFilterExpression.)
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)