EntityCollection<TEntity>.IsReadOnly プロパティ

定義

EntityCollection<TEntity> が読み取り専用かどうかを示す値を取得します。

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

プロパティ値

常に false を返します。

実装

適用対象