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