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
也可以是物件的實體索引鍵。