RelationalTypeBaseExtensions.GetSchema(IReadOnlyTypeBase) Methode

Definition

Gibt das Datenbankschema zurück, das die zugeordnete Tabelle enthält.

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

Parameter

typeBase
IReadOnlyTypeBase

Der Typ, für den das Schema abgerufen werden soll.

Gibt zurück

Das Datenbankschema, das die zugeordnete Tabelle enthält.

Gilt für: