11 references to ConvertToSqlByte
System.Data.Common (11)
System\Data\Common\SQLConvert.cs (1)
373return (SqlConvert.ConvertToSqlByte(value));
System\Data\Common\SQLTypes\SQLByteStorage.cs (2)
176return SqlConvert.ConvertToSqlByte(value); 199_values[record] = SqlConvert.ConvertToSqlByte(value);
System\Data\Filter\BinaryNode.cs (8)
475value = (SqlConvert.ConvertToSqlByte(vLeft) + SqlConvert.ConvertToSqlByte(vRight)); 519value = (SqlConvert.ConvertToSqlByte(vLeft) - SqlConvert.ConvertToSqlByte(vRight)); 658value = (SqlConvert.ConvertToSqlByte(vLeft) * SqlConvert.ConvertToSqlByte(vRight)); 764value = (SqlConvert.ConvertToSqlByte(vLeft) / SqlConvert.ConvertToSqlByte(vRight));