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

Name Description
FilterDecoder(ISqlFilterDecoderCallback)

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

Properties

Name Description
StringPrefix

prefix for string. default N - unicode

Methods

Name Description
GetSql(FilterNode)

get the where clause for this sintactical tree

Applies to