3 references to ByteArray
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlBuffer.cs (1)
714
case StorageType.SqlBinary: return
ByteArray
;
fx\src\data\System\Data\SqlClient\SqlCommand.cs (2)
5183
byte[] unencryptedBytes = SqlSecurityUtility.DecryptWithKey(rec.value.
ByteArray
, rec.cipherMD, _activeConnection.DataSource);
5224
data = rec.value.
ByteArray
; //should work for both sql and non-sql values