EdmComplexTypeAttribute Class

Definition

attribute for complex types

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

Constructors

EdmComplexTypeAttribute()

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