We use a table that has SQL Variants in it in our DB model. For a number of records this field contains a string value. We would like to use the FieldLikePredicate on these records on the SQLVariant column. This creates an invalid query, because SQL Server doesn't like using the like predicate on variant columns without a cast to nvarchar.
Is there any way to get LLBLGen to emit this cast in the query?