Class SQLFilter
Wrapper type for the SQL data filters Enterprise OPA generates.
public class SQLFilter : IFilter
- Inheritance
-
SQLFilter
- Implements
- Inherited Members
Constructors
SQLFilter()
public SQLFilter()
SQLFilter(string, string)
public SQLFilter(string sqlQuery, string sqlDialect)
Parameters
Fields
Query
[JsonProperty("query")]
public required string Query
Field Value
Methods
GetFilterType()
public FilterType GetFilterType()
Returns
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.