EdmComplexPropertyAttribute 类

定义

复杂属性的属性 隐式默认 AttributeUsage 属性 Inherited=True, AllowMultiple=False,元数据系统需要此属性,并且仅查看其中每个属性中的第一个,即使存在更多属性。

[System.AttributeUsage(System.AttributeTargets.Property)]
public sealed class EdmComplexPropertyAttribute : System.Data.Entity.Core.Objects.DataClasses.EdmPropertyAttribute
type EdmComplexPropertyAttribute = class
    inherit EdmPropertyAttribute
Public NotInheritable Class EdmComplexPropertyAttribute
Inherits EdmPropertyAttribute
继承
EdmComplexPropertyAttribute
属性

构造函数

EdmComplexPropertyAttribute()

复杂属性的属性 隐式默认 AttributeUsage 属性 Inherited=True, AllowMultiple=False,元数据系统需要此属性,并且仅查看其中每个属性中的第一个,即使存在更多属性。

适用于