RelationalTypeBaseExtensions.GetTableName(IReadOnlyTypeBase) Method

Definition

Returns the name of the table to which the type is mapped or null if not mapped to a table.

public static string? GetTableName (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyTypeBase typeBase);
static member GetTableName : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyTypeBase -> string
<Extension()>
Public Function GetTableName (typeBase As IReadOnlyTypeBase) As String

Parameters

typeBase
IReadOnlyTypeBase

The type to get the table name for.

Returns

The name of the table to which the type is mapped.

Applies to