EntityCollection<TEntity>.IsReadOnly Özellik

Tanım

öğesinin salt okunur olup olmadığını EntityCollection<TEntity> gösteren bir değer alır.

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

Özellik Değeri

Her zaman false döndürür.

Uygulamalar

Şunlara uygulanır