Aracılığıyla paylaş


RelationalPropertyExtensions.GetTableColumnMappings(IProperty) Yöntem

Tanım

Özelliğin eşlendiği tablo sütunlarını döndürür.

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)

Parametreler

property
IProperty

Özellik.

Döndürülenler

Özelliğin eşlendiği tablo sütunları.

Şunlara uygulanır