Share via


RuntimeElementType.IReadOnlyElementType.FindTypeMapping Method

Definition

Returns the type mapping for elements of the collection.

[System.Diagnostics.DebuggerStepThrough]
Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping IReadOnlyElementType.FindTypeMapping ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IReadOnlyElementType.FindTypeMapping : unit -> Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping
override this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyElementType.FindTypeMapping : unit -> Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping
Function FindTypeMapping () As CoreTypeMapping Implements IReadOnlyElementType.FindTypeMapping

Returns

The type mapping, or null if none was found.

Implements

Attributes

Applies to