EdmScalarPropertyAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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() |
IEntity のスカラー プロパティの属性。 暗黙的な既定の AttributeUsage プロパティ Inherited=True、AllowMultiple=False、メタデータ システムはこれを想定しており、さらに存在する場合でも、これらの各属性の最初の属性のみを確認します。 |
プロパティ
| EntityKeyProperty |
プロパティがエンティティ キーに含まれるかどうかを示す値を取得または設定します。 |
| IsNullable |
プロパティに null 値を割り当てることができるかどうかを示す値を取得または設定します。 |