I am starting to take an in-depth look at always encrypted and have been working through some examples.
I have a column which is an integer and i have selected that column for always encrypted encryption.
When i query this column, the encrypted data is returned (not an integer) but the data type of the column remains INT. Why is this? I expected that it would have been converted to a varbinary.
Thanks.