RelationalPropertyExtensions.GetTableColumnMappings(IProperty) Méthode

Définition

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

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IColumnMapping> GetTableColumnMappings (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetTableColumnMappings : Microsoft.EntityFrameworkCore.Metadata.IProperty -> seq<Microsoft.EntityFrameworkCore.Metadata.IColumnMapping>
<Extension()>
Public Function GetTableColumnMappings (property As IProperty) As IEnumerable(Of IColumnMapping)

Paramètres

property
IProperty

Propriété.

Retours

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

S’applique à