PropertyValues.Clone 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.
Creates a clone of the values in this object. Changes made to the new object will not be reflected in this object and vice versa.
public abstract Microsoft.EntityFrameworkCore.ChangeTracking.PropertyValues Clone ();
abstract member Clone : unit -> Microsoft.EntityFrameworkCore.ChangeTracking.PropertyValues
Public MustOverride Function Clone () As PropertyValues
Returns
A clone of this object.
Remarks
See Accessing tracked entities in EF Core for more information and examples.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework