次の方法で共有


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、メタデータ システムはこれを想定しており、さらに存在する場合でも、これらの各属性の最初のプロパティのみを確認します。

適用対象