Udostępnij za pośrednictwem


StoreObjectDictionary<T>.Remove(StoreObjectIdentifier) Metoda

Definicja

Usuwa wartość z określonym kluczem z kolekcji i zwraca ją w przypadku powodzenia.

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

Parametry

storeObject
StoreObjectIdentifier

Klucz elementu do usunięcia.

Zwraca

T

Usunięta wartość.

Dotyczy