Share via


IReadOnlyElementType.FindTypeMapping Method

Definition

Returns the type mapping for elements of the collection.

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