Share via


RelationalComplexPropertyExtensions.GetJsonPropertyNameConfigurationSource Method

Definition

Gets the ConfigurationSource for the JSON property name for a given complex property.

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

Parameters

complexProperty
IConventionComplexProperty

The complex property.

Returns

The ConfigurationSource for the JSON property name for a given complex property.

Applies to