9 references to ByteArray
System.Data (9)
fx\src\data\Microsoft\SqlServer\Server\SqlRecordBuffer.cs (9)
234
Debug.Assert(StorageType.
ByteArray
== _type, "Wrong storage type: " + _type);
293
Debug.Assert(StorageType.
ByteArray
== _type, "Wrong storage type: " + _type);
302
_type = StorageType.
ByteArray
;
306
Debug.Assert(StorageType.
ByteArray
== _type, "Wrong storage type: " + _type);
353
case StorageType.
ByteArray
: return SmiMetaData.DefaultVarBinary;
387
Debug.Assert(StorageType.
ByteArray
== _type, "Wrong storage type: " + _type);
417
if (IsNull || StorageType.
ByteArray
!= _type) {
422
_type = StorageType.
ByteArray
;
500
_type = StorageType.
ByteArray
;