TrueRuleFilter 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 all of the messages arriving to be selected for the subscription.
public sealed class TrueRuleFilter : Azure.Messaging.ServiceBus.Administration.SqlRuleFilter
type TrueRuleFilter = class
inherit SqlRuleFilter
Public NotInheritable Class TrueRuleFilter
Inherits SqlRuleFilter
- Inheritance
Constructors
TrueRuleFilter() |
Initializes a new instance of the TrueRuleFilter class. |
Properties
Parameters |
Sets the value of a filter expression. Allowed types: string, int, long, bool, double (Inherited from SqlRuleFilter) |
SqlExpression |
Gets the SQL expression. (Inherited from SqlRuleFilter) |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. |
Equals(RuleFilter) |
Indicates whether the current object is equal to another object of the same type. |
GetHashCode() |
Serves as the default hash function. |
ToString() |
Converts the value of the current instance to its equivalent string representation. |
Operators
Equality(TrueRuleFilter, TrueRuleFilter) |
Compares two TrueRuleFilter values for equality. |
Inequality(TrueRuleFilter, TrueRuleFilter) |
Compares two TrueRuleFilter values for inequality. |
Applies to
Azure SDK for .NET