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