PropertyExtensions.FindTypeMapping(IProperty) Method

Definition

Returns the CoreTypeMapping for the given property.

public static Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping FindTypeMapping (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member FindTypeMapping : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping
<Extension()>
Public Function FindTypeMapping (property As IProperty) As CoreTypeMapping

Parameters

property
IProperty

The property.

Returns

The type mapping, or null if none was found.

Applies to