<PackageReference Include="NETStandard.Library" Version="2.0.0" />
System.Data.SqlTypes.SqlBytes
public byte this[
long offset] {
get;
set; }
public byte[]
Value {
get; }
public long Read(
long offset,
byte[]
buffer,
int offsetInBuffer,
int count)
public void Write(
long offset,
byte[]
buffer,
int offsetInBuffer,
int count)