RelationalPropertyExtensions.GetViewColumnMappings(IProperty) Метод

Определение

Возвращает столбцы представления, с которыми сопоставлено свойство .

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)

Параметры

property
IProperty

Свойство.

Возвращаемое значение

Столбцы представления, с которыми сопоставляется свойство.

Применяется к