自訂Shadow 屬性只能使用Fluent API 宣告,程式存取要透過ChangeTracker API,例如 context.Entry(myBlog).Property("LastUpdated").CurrentValue = ...
確定! 回上一頁