把picture转为byte[]然后用参数传递就可以了sqlCommand.Parameters.Add("@Data",System.Data.SqlDbType.Image);
sqlCommand.Parameters["@Data"].Value = aryBuffer;