VarCharType
Variable-length ASCII/single-byte character string up to max length.
public sealed record VarCharType : PortableType, IEquatable<PortableType>, IEquatable<VarCharType>
Constructors
VarCharType
public VarCharType(int MaxLength)
Variable-length ASCII/single-byte character string up to max length.
| Parameter | Type | Description |
|---|---|---|
MaxLength |
Int32 |
Maximum characters (1-8000) |
Properties
MaxLength
public int MaxLength { get; init; }
Maximum characters (1-8000)