pub fn nchar(value: impl Into<String>, length: u16) -> NCharExpand description
Create an nchar(length) parameter for an Always Encrypted nchar column.
The encrypted column must use a *_BIN2 collation. The value is encoded as
UTF-16, identically to nvarchar.