Share via


RelationalComplexPropertyExtensions Class

Definition

Complex property extension methods for relational database metadata.

[System.Runtime.CompilerServices.Nullable(0)]
public static class RelationalComplexPropertyExtensions
[<System.Runtime.CompilerServices.Nullable(0)>]
type RelationalComplexPropertyExtensions = class
Public Module RelationalComplexPropertyExtensions
Inheritance
RelationalComplexPropertyExtensions
Attributes

Remarks

See Modeling entity types and relationships for more information and examples.

Methods

Name Description
GetJsonPropertyName(IReadOnlyComplexProperty)

Gets the value of JSON property name used for the given complex property of an entity mapped to a JSON column.

GetJsonPropertyNameConfigurationSource(IConventionComplexProperty)

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

SetJsonPropertyName(IConventionComplexProperty, String, Boolean)

Sets the value of JSON property name used for the given complex property of an entity mapped to a JSON column.

SetJsonPropertyName(IMutableComplexProperty, String)

Sets the value of JSON property name used for the given complex property of an entity mapped to a JSON column.

Applies to