LocalView<TEntity>.Contains(TEntity) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
true
如果內容正在追蹤實體,且尚未標示為 Deleted,則傳回 。
public virtual bool Contains (TEntity item);
abstract member Contains : 'Entity -> bool
override this.Contains : 'Entity -> bool
Public Overridable Function Contains (item As TEntity) As Boolean
參數
- item
- TEntity
要檢查的實體。
傳回
true
如果實體正由內容追蹤,且尚未標示為 Deleted,則為 。
實作
備註
如需詳細資訊和範例,請參閱 EF Core 中追蹤實體的本機檢視 。