VarBinaryType
Variable-length binary data up to max length.
public sealed record VarBinaryType : PortableType, IEquatable<PortableType>, IEquatable<VarBinaryType>
Constructors
VarBinaryType
public VarBinaryType(int MaxLength)
Variable-length binary data up to max length.
| Parameter | Type | Description |
|---|---|---|
MaxLength |
Int32 |
Maximum bytes (1-8000, or int.MaxValue for MAX) |
Properties
MaxLength
public int MaxLength { get; init; }
Maximum bytes (1-8000, or int.MaxValue for MAX)