Table of Contents

Class SQLFilter

Namespace
Styra.Opa.Filters
Assembly
Styra.Opa.dll

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

sqlQuery string
sqlDialect string

Fields

Query

[JsonProperty("query")]
public required string Query

Field Value

string

Methods

GetFilterType()

public FilterType GetFilterType()

Returns

FilterType

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.