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


RelationalEntityTypeExtensions.GetJsonPropertyNameConfigurationSource Метод

Определение

ConfigurationSource Возвращает для имени свойства JSON для заданного типа сущности.

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetJsonPropertyNameConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType);
static member GetJsonPropertyNameConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetJsonPropertyNameConfigurationSource (entityType As IConventionEntityType) As Nullable(Of ConfigurationSource)

Параметры

entityType
IConventionEntityType

Тип сущности.

Возвращаемое значение

Для ConfigurationSource имени свойства JSON для заданного типа сущности.

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