EdmScalarPropertyAttribute.EntityKeyProperty Property

 

Gets or sets the value that indicates whether the property is part of the entity key.

Namespace:   System.Data.Entity.Core.Objects.DataClasses
Assembly:  EntityFramework (in EntityFramework.dll)

public bool EntityKeyProperty {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
}

Property Value

Type: System.Boolean

The value that indicates whether the property is part of the entity key.