StoreObjectDictionary<T>.Remove(StoreObjectIdentifier) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從集合中移除具有指定索引鍵的值,並在成功時傳回該值。
public virtual T? Remove (in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier? storeObject);
abstract member Remove : StoreObjectIdentifier -> 'T
override this.Remove : StoreObjectIdentifier -> 'T
Public Overridable Function Remove (storeObject As StoreObjectIdentifier) As T
參數
- storeObject
- StoreObjectIdentifier
要移除的項目索引鍵。
傳回
T
已移除的值。