Share via


StoreObjectDictionary<T>.Find(StoreObjectIdentifier) Method

Definition

Microsoft.EntityFrameworkCore.Metadata.IReadOnlyStoreObjectDictionary`1.Find(Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier@)
public virtual T? Find (in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier? storeObject);
abstract member Find : StoreObjectIdentifier -> 'T
override this.Find : StoreObjectIdentifier -> 'T
Public Overridable Function Find (storeObject As StoreObjectIdentifier) As T

Parameters

storeObject
StoreObjectIdentifier

Returns

T

Implements

Microsoft.EntityFrameworkCore.Metadata.IReadOnlyStoreObjectDictionary`1.Find(Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier@)

Applies to