Bagikan melalui


RelationalPropertyExtensions.GetTableColumnMappings(IProperty) Metode

Definisi

Mengembalikan kolom tabel tempat properti dipetakan.

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

Properti .

Mengembalikan

Kolom tabel tempat properti dipetakan.

Berlaku untuk