次の方法で共有


EdmScalarPropertyAttribute クラス

定義

IEntity のスカラー プロパティの属性。 暗黙的な既定の AttributeUsage プロパティ Inherited=True、AllowMultiple=False、メタデータ システムはこれを想定しており、さらに存在する場合でも、これらの各属性の最初の属性のみを確認します。

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

コンストラクター

EdmScalarPropertyAttribute()

IEntity のスカラー プロパティの属性。 暗黙的な既定の AttributeUsage プロパティ Inherited=True、AllowMultiple=False、メタデータ システムはこれを想定しており、さらに存在する場合でも、これらの各属性の最初の属性のみを確認します。

プロパティ

EntityKeyProperty

プロパティがエンティティ キーに含まれるかどうかを示す値を取得または設定します。

IsNullable

プロパティに null 値を割り当てることができるかどうかを示す値を取得または設定します。

適用対象