IConventionModel.FindIsSharedConfigurationSource(Type) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果指定的類型標示為共用,則傳回組態來源。
public Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? FindIsSharedConfigurationSource (Type type);
abstract member FindIsSharedConfigurationSource : Type -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
Public Function FindIsSharedConfigurationSource (type As Type) As Nullable(Of ConfigurationSource)
參數
- type
- Type
可以共用的類型。
傳回
如果指定的類型標示為共用,則為組態來源, null
否則為 。