RelationalTypeBaseExtensions.GetSchema(IReadOnlyTypeBase) Method

Definition

Returns the database schema that contains the mapped table.

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

Parameters

typeBase
IReadOnlyTypeBase

The type to get the schema for.

Returns

The database schema that contains the mapped table.

Applies to