IStoreStoredProcedureResultColumn.FindColumnMapping Method

Definition

Returns the property mapping for the given entity type.

C#
public virtual Microsoft.EntityFrameworkCore.Metadata.IStoredProcedureResultColumnMapping? FindColumnMapping (Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType);

Parameters

entityType
IReadOnlyEntityType

An entity type.

Returns

The property mapping or null if not found.

Applies to

Produkt Versioner
Entity Framework Core 7.0, 8.0, 9.0