IConventionModel.FindIsOwnedConfigurationSource(Type) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果指定的型別標示為擁有,則傳回組態來源。
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
否則為 。