Sdílet prostřednictvím


RelationalPropertyExtensions.GetViewColumnMappings(IProperty) Metoda

Definice

Vrátí sloupce zobrazení, na které je vlastnost mapována.

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)

Parametry

property
IProperty

Vlastnost.

Návraty

Sloupce zobrazení, na které je vlastnost mapována.

Platí pro