Share via


EntityParameterCollection.IsReadOnly プロパティ

定義

EntityParameterCollection が読み取り専用かどうかを示す値を取得します。

public:
 virtual property bool IsReadOnly { bool get(); };
public override bool IsReadOnly { get; }
member this.IsReadOnly : bool
Public Overrides ReadOnly Property IsReadOnly As Boolean

プロパティ値

EntityParameterCollection が読み取り専用の場合は true、それ以外の場合は false を返します。

適用対象