<PackageReference Include="System.Data.SqlClient" Version="4.5.3" />

SqlChars

public sealed class SqlChars : INullable
public static SqlChars Null { get; }

public char[] Buffer { get; }

public bool IsNull { get; }

public char this[long offset] { get; set; }

public long Length { get; }

public long MaxLength { get; }

public char[] Value { get; }

public SqlChars()

public SqlChars(char[] buffer)

public SqlChars(SqlString value)

public static SqlString op_Explicit(SqlChars value)

public static SqlChars op_Explicit(SqlString value)

public long Read(long offset, char[] buffer, int offsetInBuffer, int count)

public void SetLength(long value)

public void SetNull()

public void Write(long offset, char[] buffer, int offsetInBuffer, int count)