Condividi tramite


ISqlQueryColumn.FindColumnMapping(IReadOnlyEntityType) Metodo

Definizione

Restituisce il mapping delle proprietà per il tipo di entità specificato.

public virtual Microsoft.EntityFrameworkCore.Metadata.ISqlQueryColumnMapping? FindColumnMapping (Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType);
abstract member FindColumnMapping : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> Microsoft.EntityFrameworkCore.Metadata.ISqlQueryColumnMapping
override this.FindColumnMapping : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> Microsoft.EntityFrameworkCore.Metadata.ISqlQueryColumnMapping
Public Overridable Function FindColumnMapping (entityType As IReadOnlyEntityType) As ISqlQueryColumnMapping

Parametri

entityType
IReadOnlyEntityType

Tipo di entità.

Restituisce

Mapping delle proprietà o null se non trovato.

Si applica a