Aracılığıyla paylaş


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

Özelliğin eşlendiği SQL sorgu sütunları.

Şunlara uygulanır