DbPropertyValues.Clone Method ()

 

Creates a new dictionary containing copies of all the properties in this dictionary. Changes made to the new dictionary will not be reflected in this dictionary and vice versa.

Namespace:   System.Data.Entity.Infrastructure
Assembly:  EntityFramework (in EntityFramework.dll)

public DbPropertyValues Clone()

Return Value

Type: System.Data.Entity.Infrastructure.DbPropertyValues

A clone of this dictionary.