IReadOnlyProperty.GetTypeMapping Method

Definition

Returns the CoreTypeMapping for the given property from a finalized model.

public virtual Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping GetTypeMapping ();
abstract member GetTypeMapping : unit -> Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping
override this.GetTypeMapping : unit -> Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping
Public Overridable Function GetTypeMapping () As CoreTypeMapping

Returns

The type mapping.

Applies to