共用方式為


StoreObjectDictionary<T>.Find(StoreObjectIdentifier) 方法

定義

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

參數

storeObject
StoreObjectIdentifier

傳回

T

實作

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

適用於