FilterDecoder 類別

定義

解析語法樹以建立 TSQL 的 Where 子句

[System.Runtime.InteropServices.ComVisible(false)]
public class FilterDecoder
[<System.Runtime.InteropServices.ComVisible(false)>]
type FilterDecoder = class
Public Class FilterDecoder
繼承
FilterDecoder
屬性

建構函式

名稱 Description
FilterDecoder(ISqlFilterDecoderCallback)

建構者會接收回調,回報欄位的地點,尋找並取得其 TSQL 表示

屬性

名稱 Description
StringPrefix

字串的前綴。 預設 N - Unicode

方法

名稱 Description
GetSql(FilterNode)

取得這個 sintactical tree 的 where 子句

適用於