State = EntityState.Modified; foreach (var name in excluded) { entry.Property(name).IsModified = false; } EF5对.NET 4.5,它允许一个属性被设置为即使它已经被 ...
確定! 回上一頁