ObjectStateEntry.ApplyCurrentValues(Object) 方法

定義

將條目的當前值設定為與所提供物件的屬性值相符。

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

適用於