3 references to ByteArray
System.Data.Common (3)
System\Data\Common\DataStorage.cs (2)
333
case StorageType.
ByteArray
: return new ObjectStorage(column, dataType!);
452
case StorageType.
ByteArray
:
System\Data\Common\SQLConvert.cs (1)
288
StorageType.
ByteArray
=> (byte[])value,