RuntimeProperty.TypeMapping Property

Definition

Gets or sets the type mapping for this property.

public virtual Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping TypeMapping { get; set; }
member this.TypeMapping : Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping with get, set
Public Overridable Property TypeMapping As CoreTypeMapping

Property Value

The type mapping.

Applies to