RelationalTypeBaseExtensions.GetDefaultMappings(ITypeBase) Method

Definition

Returns the default mappings that the type would use.

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

Parameters

typeBase
ITypeBase

The type to get the table mappings for.

Returns

The tables to which the type is mapped.

Applies to