Click or drag to resize

SqlColumnBaseDefinitionAdaptFilter Property

Gets or sets an optionnal method that customizes filters before their 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 AdaptFilter AdaptFilter { get; set; }

Property Value

Type: AdaptFilter
See Also