ISqlFilterDecoderCallback Interface
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.
Interface that must be implemebted by the user of FilterDecoder
[System.Runtime.InteropServices.ComVisible(false)]
public interface ISqlFilterDecoderCallback
[<System.Runtime.InteropServices.ComVisible(false)>]
type ISqlFilterDecoderCallback = interface
Public Interface ISqlFilterDecoderCallback
- Derived
- Attributes
Properties
SupportsParameterization |
Indicates whether the client support SQL-style query parameterization |
Methods
AddConstantForFilter(String) |
FilterDecoder reports that a constant is used in filter gives client a chance to modify it |
AddPropertyForFilter(String) |
FilterDecoder reports that the property name is used in filter and requests its physical name |