RelationalPropertyExtensions.GetSqlQueryColumnMappings(IProperty) Method

Definition

Returns the SQL query columns to which the property is mapped.

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

Parameters

property
IProperty

The property.

Returns

The SQL query columns to which the property is mapped.

Applies to