RelationalPropertyExtensions.GetViewColumnMappings(IProperty) Method

Definition

Returns the view columns to which the property is mapped.

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)

Parameters

property
IProperty

The property.

Returns

The view columns to which the property is mapped.

Applies to