IColumn.FindColumnMapping(IReadOnlyEntityType) Methode

Definition

Gibt die Eigenschaftenzuordnung für den angegebenen Entitätstyp zurück.

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

Parameter

entityType
IReadOnlyEntityType

Ein Entitätstyp.

Gibt zurück

Die Eigenschaftszuordnung oder null , falls nicht gefunden.

Gilt für: