ObjectSet<TEntity>.ApplyOriginalValues(TEntity) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the OriginalValues property of an ObjectStateEntry to match the property values of a supplied object.
public:
TEntity ApplyOriginalValues(TEntity originalEntity);
public TEntity ApplyOriginalValues (TEntity originalEntity);
member this.ApplyOriginalValues : 'Entity -> 'Entity
Public Function ApplyOriginalValues (originalEntity As TEntity) As TEntity
Parameters
- originalEntity
- TEntity
The detached object that has property updates to apply to the original object. The entity key of originalEntity
must match the EntityKey property of an entry in the ObjectContext.
Returns
TEntity
The updated object.
Remarks
This method is a wrapper around the ApplyOriginalValues method.
Applies to
See also
Surađujte s nama na GitHubu
Izvor za ovaj sadržaj možete pronaći na GitHubu, gdje možete stvarati i pregledavati probleme i zahtjeve za povlačenjem. Dodatne informacije potražite u našem vodiču za suradnike.