RelationalIndexExtensions.GetDatabaseNameConfigurationSource 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
ConfigurationSource取得資料庫中索引名稱的 。
public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetDatabaseNameConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionIndex index);
static member GetDatabaseNameConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionIndex -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetDatabaseNameConfigurationSource (index As IConventionIndex) As Nullable(Of ConfigurationSource)
參數
- index
- IConventionIndex
索引。
傳回
資料庫中 ConfigurationSource 索引名稱的 。