Can i open and close Symetric key using quick orm so i can select a field that has decryption restriction.
in a regular query should be like this :
OPEN SYMMETRIC KEY SymKey_Key1
DECRYPTION BY CERTIFICATE Certificate_Key1;
Select key1 from tableTest
CLOSE SYMMETRIC KEY SymKey_Key1.