SQL Server Data Types and Their .NET Framework Equivalents

SQL Server data type     CLR data type (SQL Server)  CLR data type (.NET Framework)   varbinary                SqlBytes, SqlBinary         Byte[]   binary                   SqlBytes, SqlBinary         Byte[]   varbinary(1), binary(1)  SqlBytes, SqlBinary         byte, Byte[]  image                    None                        None      ...