IReadOnlyProperty.FindTypeMapping Method

Definition

Returns the type mapping for this property.

public Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping? FindTypeMapping ();
abstract member FindTypeMapping : unit -> Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping
Public Function FindTypeMapping () As CoreTypeMapping

Returns

The type mapping, or null if none was found.

Applies to