Condividi tramite


RelationalElementTypeExtensions.FindRelationalTypeMapping Metodo

Definizione

Restituisce l'oggetto RelationalTypeMapping per l'elemento specificato in un modello finalizzato.

[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

Parametri

elementType
IReadOnlyElementType

Elemento.

Restituisce

Mapping dei tipi o null se non è stato trovato alcun oggetto.

Attributi

Si applica a