Sdílet prostřednictvím


RelationalTypeBaseExtensions.GetDefaultMappings(ITypeBase) Metoda

Definice

Vrátí výchozí mapování, která by typ použil.

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)

Parametry

typeBase
ITypeBase

Typ, pro který chcete získat mapování tabulek.

Návraty

Tabulky, na které je typ mapován.

Platí pro