You should be able to get it via: (byte[])reader["Data"].
Also note that the image data type is deprecated, and will be removed in a future version of SQL Server; use varbinary(max) instead.
You should be able to get it via: (byte[])reader["Data"].
Also note that the image data type is deprecated, and will be removed in a future version of SQL Server; use varbinary(max) instead.