|
In the parameter case, we should already be covered since the Type will be used to bind the parameter value and that Type has the AttributeConverter encoded into it.
In the literal case, we have 2 options. First, we could convert it to a parameter or we could convert the literal value "in place".
|