If you use encryption at the database level, you must use the database level for decryption - use ObjectContext.ExecuteStoreQuery<YourEntityType>(...) to load records from the database - pass the SQL command with the correct decryption to this method.
Ladislav Mrnka
source share