SKIP_IF_NULL
This strategy has effect for nullable parameters. It skips whole parameter tracking when value of it is null
. For not-null parameters behavior same as DEFAULT.
This strategy has effect for nullable parameters. It skips whole parameter tracking when value of it is null
. For not-null parameters behavior same as DEFAULT.