ObjectStateEntry.ApplyCurrentValues(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將條目的當前值設定為與所提供物件的屬性值相符。
public:
abstract void ApplyCurrentValues(System::Object ^ currentEntity);
public abstract void ApplyCurrentValues(object currentEntity);
abstract member ApplyCurrentValues : obj -> unit
Public MustOverride Sub ApplyCurrentValues (currentEntity As Object)
參數
- currentEntity
- Object
分離物件,且已更新數值以套用該物件。
currentEntity 也可以是物件的實體鍵。