3 references to Byte
System.Data (3)
fx\src\data\Microsoft\SqlServer\Server\SqlRecordBuffer.cs (3)
88
Debug.Assert(StorageType.
Byte
== _type, "Wrong storage type: " + _type);
94
_type = StorageType.
Byte
;
352
case StorageType.
Byte
: return SmiMetaData.DefaultTinyInt;