Linq To SQL Driver Column Encryption Setting=Enabled
Hello,
I tried to pass "Column Encryption Setting=Enabled" to a Linq to SQL connection using the additional connection parameters.
However, I received the error message "Keyword not supported," even though the version of System.Data.SqlClient should actually support this.
Am I doing something wrong?
If I use the Entity Framework Core (multi-provider), I can specify the additional parameter and query the column.
I'm using LinqPad 8.8.9 x64 on Windows 11 24H2.