RelationalEntityTypeExtensions.GetSqlQueryMappings(IEntityType) Method

Definition

Returns the SQL string mappings.

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)

Parameters

entityType
IEntityType

The entity type to get the SQL string mappings for.

Returns

The SQL string to which the entity type is mapped.

Applies to