Click or drag to resize

AdaptFilter Delegate

Represents a method that customizes a filter before its insertion in an SQL query.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public delegate void AdaptFilter(
	ISqlFilter filter
)

Parameters

filter
Type: MicaSystems.UtilsISqlFilter
See Also