I am getting this error
The data types varchar(8000) encrypted with (encryption_type = 'DETERMINISTIC', encryption_algorithm_name = 'AEAD_AES_256_CBC_HMAC_SHA_256',..are incompatible in the equal to operator. Statement(s) could not be prepared".
This is happening when I have enabled Always Encryption in DB and now trying to retrieve data using LINQ to SQL from DB.
Has anyone successfully implemented LINQ to SQL with always encryption option?