RelationalTypeBaseExtensions.GetSqlQueryMappings(ITypeBase) Method

Definition

Returns the SQL string mappings.

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

Parameters

typeBase
ITypeBase

The type to get the SQL string mappings for.

Returns

The SQL string to which the type is mapped.

Applies to