FilterDecoder 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.
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 |