次の方法で共有


DataMember.IsStatic プロパティ

定義

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

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

プロパティ値

Boolean 値。 値が true の場合、データ メンバーがデータベース フィールドに対応します。

適用対象