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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework