序列化genereted類我有以下表: create table Movie
(
id integer primary key identity(1,1),
title varchar(40),
synopsis varchar(200),
movieLength integer,
imageSmall varbinary(max),
i
我在查找SQL表中的記錄是否有任何內容時遇到問題,並且我不確定我出錯的位置。這是我多遠我目前: using (var context = new SADWorkshopEntities())
{
var query = (from p in context.user_profile
where p.deviceID == deviceid