RelationalComplexPropertyExtensions.GetJsonPropertyNameConfigurationSource Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.