9 references to Byte
System.Data (9)
fx\src\data\Microsoft\SqlServer\Server\ValueUtilsSmi.cs (1)
1313SqlBuffer.StorageType.Byte, // TinyInt
fx\src\data\System\Data\SqlClient\SqlBuffer.cs (7)
157if (StorageType.Byte == _type) { 165_type = StorageType.Byte; 456if (StorageType.Byte == _type) { 645case StorageType.Byte: return SqlByte; 704case StorageType.Byte: return Byte; 743case SqlBuffer.StorageType.Byte: return typeof(SqlByte); 763case SqlBuffer.StorageType.Byte: return typeof(Byte);
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
4816nullVal.SetToNullOfType(SqlBuffer.StorageType.Byte);