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

適用対象