Share via


RelationalPropertyExtensions.GetTableColumnMappings(IProperty) 方法

定義

傳回屬性所對應的資料表資料行。

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)

參數

property
IProperty

屬性。

傳回

屬性所對應的資料表資料行。

適用於