This is the source code( I am using CodeSmith Tools):
public static int Delete(this System.Data.Linq.Table<EAccredidation.Data.Programs> table, int pKProgramID)
{
return table.Delete(p => p.PKProgramID == pKProgramID);
}
我正在发现这一错误:
不能将《玛尔布达》的表述转换成型号,因为它不是代表的类型。 C: NewEAccreditation.DataQueriesProgramsExtensions.Generated.cs
我怎么能加以纠正?