RelationalEntityTypeExtensions.GetTableMappings(IEntityType) Yöntem

Tanım

Varlık türünün eşlenmiş olduğu tabloları döndürür.

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.ITableMapping> GetTableMappings (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
static member GetTableMappings : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> seq<Microsoft.EntityFrameworkCore.Metadata.ITableMapping>
<Extension()>
Public Function GetTableMappings (entityType As IEntityType) As IEnumerable(Of ITableMapping)

Parametreler

entityType
IEntityType

Tablo eşlemelerini almak için varlık türü.

Döndürülenler

IEnumerable<ITableMapping>

Varlık türünün eşlenmiş olduğu tablolar.

Şunlara uygulanır