Language

ISqlFilterDecoderCallback インターフェイス

定義

FilterDecoder のユーザーがインプレメンブする必要があるインターフェイス

[System.Runtime.InteropServices.ComVisible(false)]
public interface ISqlFilterDecoderCallback
[<System.Runtime.InteropServices.ComVisible(false)>]
type ISqlFilterDecoderCallback = interface
Public Interface ISqlFilterDecoderCallback
派生
属性

プロパティ

名前 説明
SupportsParameterization

クライアントが SQL スタイルのクエリ パラメーター化をサポートしているかどうかを示します

メソッド

名前 説明
AddConstantForFilter(String)

FilterDecoder は、定数がフィルターで使用されていることを報告し、クライアントがそれを変更する機会を与えます

AddPropertyForFilter(String)

FilterDecoder は、プロパティ名がフィルターで使用され、その物理名を要求することを報告します

適用対象