DataMember.IsStatic 屬性

定義

指出資料成員是否會對應到資料庫欄位,或是一般成員是否對應到欄位的值。

public:
 property bool IsStatic { bool get(); };
public bool IsStatic { get; }
member this.IsStatic : bool
Public ReadOnly Property IsStatic As Boolean

屬性值

Boolean

Boolean 值。 值為 true,表示對應到資料庫欄位的資料成員。

適用於