Aracılığıyla paylaş


RelationalEntityTypeExtensions.GetSqlQueryMappings(IEntityType) Yöntem

Tanım

SQL dizesi eşlemelerini 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

SQL dizesi eşlemelerini almak için varlık türü.

Döndürülenler

Varlık türünün eşlendiği SQL dizesi.

Şunlara uygulanır