Share via


RuntimeElementType.FindTypeMapping Method

Definition

Returns the type mapping for elements of the collection.

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

Returns

The type mapping, or null if none was found.

Applies to