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