SqlFilter 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.
Represents a filter which is a composition of an expression and an action that is executed in the pub/sub pipeline.
public class SqlFilter
type SqlFilter = class
Public Class SqlFilter
- Inheritance
-
SqlFilter
Constructors
SqlFilter() |
Initializes a new instance of the SqlFilter class. |
SqlFilter(String, Nullable<Int32>, Nullable<Boolean>) |
Initializes a new instance of the SqlFilter class. |
Properties
CompatibilityLevel |
Gets or sets this property is reserved for future use. An integer value showing the compatibility level, currently hard-coded to 20. |
RequiresPreprocessing |
Gets or sets value that indicates whether the rule action requires preprocessing. |
SqlExpression |
Gets or sets the SQL expression. e.g. MyProperty='ABC' |
Applies to
Azure SDK for .NET