Compartilhar via


ISqlQueryColumn.FindColumnMapping(IReadOnlyEntityType) Método

Definição

Retorna o mapeamento de propriedade para o tipo de entidade fornecido.

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

Parâmetros

entityType
IReadOnlyEntityType

Um tipo de objeto.

Retornos

O mapeamento de propriedade ou null , se não for encontrado.

Aplica-se a