EdmType.Abstract Property

 

Gets a value indicating whether this type is abstract or not.

Namespace:   System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

public bool Abstract { get; internal set; }

Property Value

Type: System.Boolean

true if this type is abstract; otherwise, false.