RelationalEntityTypeExtensions.GetSqlQueryMappings(IEntityType) Yöntem

Tanım

Dize SQL döndürür.

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.ISqlQueryMapping> GetSqlQueryMappings (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
static member GetSqlQueryMappings : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> seq<Microsoft.EntityFrameworkCore.Metadata.ISqlQueryMapping>
<Extension()>
Public Function GetSqlQueryMappings (entityType As IEntityType) As IEnumerable(Of ISqlQueryMapping)

Parametreler

entityType
IEntityType

İşlev eşlemelerini almak için varlık türü.

Döndürülenler

IEnumerable<ISqlQueryMapping>

Varlık türünün eşlenmiş olduğu işlevler.

Şunlara uygulanır