共用方式為


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

適用於