IColumnBase.FindColumnMapping(IReadOnlyEntityType) Methode

Definition

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

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

Parameter

entityType
IReadOnlyEntityType

Ein Entitätstyp.

Gibt zurück

Die Eigenschaftszuordnung oder null , falls nicht gefunden.

Gilt für: