Freigeben über


RelationalElementTypeExtensions.FindRelationalTypeMapping Methode

Definition

Gibt den RelationalTypeMapping für das angegebene Element in einem abgeschlossenen Modell zurück.

[System.Diagnostics.DebuggerStepThrough]
public static Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping? FindRelationalTypeMapping (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyElementType elementType);
[<System.Diagnostics.DebuggerStepThrough>]
static member FindRelationalTypeMapping : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyElementType -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
<Extension()>
Public Function FindRelationalTypeMapping (elementType As IReadOnlyElementType) As RelationalTypeMapping

Parameter

elementType
IReadOnlyElementType

Das Element.

Gibt zurück

Die Typzuordnung oder null , wenn keine gefunden wurde.

Attribute

Gilt für: