RelationalPropertyExtensions.GetTableColumnMappings(IProperty) Methode

Definition

Gibt die Tabellenspalten zurück, denen die -Eigenschaft zugeordnet ist.

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)

Parameter

property
IProperty

Die Eigenschaft.

Gibt zurück

Die Tabellenspalten, denen die -Eigenschaft zugeordnet ist.

Gilt für: