3 references to SqlBytes
System.Data.Common (3)
System\Data\Common\SQLConvert.cs (1)
575return new SqlBytes(Convert.FromBase64String((string)value));
System\Data\SQLTypes\SQLBytes.cs (2)
85public SqlBytes(SqlBinary value) : this(value.IsNull ? null : value.Value!) 596return new SqlBytes((byte[]?)null);