Skip to main content

nchar

Function nchar 

Source
pub fn nchar(value: impl Into<String>, length: u16) -> NChar
Expand 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.