言語

DataMember.IsStatic プロパティ

定義

データメンバーがデータベースフィールドに対応するのか、フィールドの値に対応する通常のメンバーかを示します。

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

プロパティ値

Boolean の値。 trueの値は、データメンバーがデータベースフィールドに対応していることを示します。

適用対象