RelationalPropertyExtensions.GetSqlQueryColumnMappings(IProperty) Yöntem

Tanım

özelliğin eşlendiği SQL sorgu sütunlarını döndürür.

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)

Parametreler

property
IProperty

Özellik.

Döndürülenler

IEnumerable<ISqlQueryColumnMapping>

SQL, özelliğin eşlendiği sütunları sorgular.

Şunlara uygulanır