Share via


RelationalPropertyExtensions.GetTableColumnMappings(IProperty) Metodo

Definizione

Restituisce le colonne della tabella a cui viene eseguito il mapping della proprietà.

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)

Parametri

property
IProperty

Proprietà.

Restituisce

Colonne della tabella a cui viene eseguito il mapping della proprietà.

Si applica a