DbPropertyValues.ToObject Method ()

 

Creates an object of the underlying type for this dictionary and hydrates it with property values from this dictionary.

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

public object ToObject()

Return Value

Type: System.Object

The properties of this dictionary copied into a new object.