RelationalPropertyExtensions.GetSqlQueryColumnMappings(IProperty) Метод

Определение

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

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)

Параметры

property
IProperty

Свойство.

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

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

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