大家好,
我找不到發生了什么時,這是我在部分更新是發現的一個C#的持久物件。
右方為鏈接:https://aws.amazon.com/articles/2790257258340776:
actor = context.Load<Actor>("John Doe");
actor.Biography = "Current email: [email protected]";
context.Save(actor);
其中的Save()系統是傳遞完整的“actor”還是新修飾過的"actor.Biography"?
謝謝各路大神了!
轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/101553.html
標籤:AWS
