Delen via


RelationalMapToJsonConvention Class

Definition

A convention that configures default settings for an entity mapped to a JSON column.

public class RelationalMapToJsonConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IEntityTypeAnnotationChangedConvention, Microsoft.EntityFrameworkCore.Metadata.Conventions.IModelFinalizingConvention
type RelationalMapToJsonConvention = class
    interface IEntityTypeAnnotationChangedConvention
    interface IConvention
    interface IModelFinalizingConvention
Public Class RelationalMapToJsonConvention
Implements IEntityTypeAnnotationChangedConvention, IModelFinalizingConvention
Inheritance
RelationalMapToJsonConvention
Implements

Remarks

See Model building conventions for more information and examples.

Applies to