EdmEntityTypeAttribute Class

Definition

Attribute identifying the Edm base class

[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)]
public sealed class EdmEntityTypeAttribute : System.Data.Entity.Core.Objects.DataClasses.EdmTypeAttribute
type EdmEntityTypeAttribute = class
    inherit EdmTypeAttribute
Public NotInheritable Class EdmEntityTypeAttribute
Inherits EdmTypeAttribute
Inheritance
EdmEntityTypeAttribute
Attributes

Constructors

EdmEntityTypeAttribute()

Properties

Name

The name of the type in the conceptual schema that maps to the class to which this attribute is applied.

(Inherited from EdmTypeAttribute)
NamespaceName

The namespace name of the entity object type or complex type in the conceptual schema that maps to this type.

(Inherited from EdmTypeAttribute)

Applies to