RelationalEntityTypeExtensions.GetSqlQueryMappings(IEntityType) Metoda

Definicja

Zwraca mapowania ciągów SQL.

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)

Parametry

entityType
IEntityType

Typ jednostki do pobierania mapowań ciągów SQL.

Zwraca

Ciąg SQL, do którego jest mapowany typ jednostki.

Dotyczy