FilterDecoder Class

Definition

parses the syntactical tree to build the tsql where clause

[System.Runtime.InteropServices.ComVisible(false)]
public class FilterDecoder
[<System.Runtime.InteropServices.ComVisible(false)>]
type FilterDecoder = class
Public Class FilterDecoder
Inheritance
FilterDecoder
Attributes

Constructors

FilterDecoder(ISqlFilterDecoderCallback)

the construnctor receives the callback where to report fields find and get their tsql representation

Properties

StringPrefix

prefix for string. default N - unicode

Methods

GetSql(FilterNode)

get the where clause for this sintactical tree

Applies to