次の方法で共有


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@)

適用対象