共用方式為


IConventionModel.FindIsOwnedConfigurationSource(Type) 方法

定義

如果指定的型別標示為擁有,則傳回組態來源。

public Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? FindIsOwnedConfigurationSource (Type type);
abstract member FindIsOwnedConfigurationSource : Type -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
Public Function FindIsOwnedConfigurationSource (type As Type) As Nullable(Of ConfigurationSource)

參數

type
Type

可以擁有之實體類型的類型。

傳回

如果指定的型別標示為擁有,則為組態來源, null 否則為 。

適用於