RelationalPropertyExtensions.GetTableColumnMappings(IProperty) Méthode

Définition

Retourne les colonnes de table auxquelles la propriété est mappée.

C#
public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IColumnMapping> GetTableColumnMappings (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);

Paramètres

property
IProperty

Propriété.

Retours

Colonnes de table auxquelles la propriété est mappée.

S’applique à

Produit Versions
Entity Framework Core 5.0, 6.0, 7.0, 8.0, 9.0