Поделиться через


RelationalIndexExtensions.GetDatabaseNameConfigurationSource Метод

Определение

Возвращает для 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 для имени индекса в базе данных.

Применяется к