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 值。 |