DbPropertyValues.Item Property (String)

 

Gets or sets the value of the property with the specified property name. The value may be a nested instance of this class.

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

public object this[
	string propertyName
] { get; set; }

Property Value

Type: System.Object

The value of the property.