NCharType

Classes > Migration > NCharType

Fixed-length Unicode character string. Always padded to exact length. Uses 2 bytes per character (UCS-2/UTF-16).

public sealed record NCharType : PortableType, IEquatable<PortableType>, IEquatable<NCharType>

Constructors

NCharType

public NCharType(int Length)

Fixed-length Unicode character string. Always padded to exact length. Uses 2 bytes per character (UCS-2/UTF-16).

Parameter Type Description
Length Int32 Exact character count (1-4000)

Properties

Length

public int Length { get; init; }

Exact character count (1-4000)