Aracılığıyla paylaş


RelationalPropertyExtensions.GetViewColumnMappings(IProperty) Yöntem

Tanım

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

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IViewColumnMapping> GetViewColumnMappings (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetViewColumnMappings : Microsoft.EntityFrameworkCore.Metadata.IProperty -> seq<Microsoft.EntityFrameworkCore.Metadata.IViewColumnMapping>
<Extension()>
Public Function GetViewColumnMappings (property As IProperty) As IEnumerable(Of IViewColumnMapping)

Parametreler

property
IProperty

Özellik.

Döndürülenler

Özelliğin eşlendiği görünüm sütunları.

Şunlara uygulanır