RelationalEntityTypeExtensions.GetDefaultSchema Methode

Definition

Überlädt

GetDefaultSchema(IEntityType)

Gibt das Standarddatenbankschema zurück, das für diesen Entitätstyp verwendet wird.

GetDefaultSchema(IReadOnlyEntityType)

Gibt das Standarddatenbankschema zurück, das für diesen Entitätstyp verwendet wird.

GetDefaultSchema(IEntityType)

Gibt das Standarddatenbankschema zurück, das für diesen Entitätstyp verwendet wird.

public static string GetDefaultSchema (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
static member GetDefaultSchema : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> string
<Extension()>
Public Function GetDefaultSchema (entityType As IEntityType) As String

Parameter

entityType
IEntityType

Der Entitätstyp, für den das Schema abgerufen werden soll.

Gibt zurück

Das Standarddatenbankschema, dem der Entitätstyp zugeordnet wird.

Gilt für:

GetDefaultSchema(IReadOnlyEntityType)

Gibt das Standarddatenbankschema zurück, das für diesen Entitätstyp verwendet wird.

public static string? GetDefaultSchema (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType);
static member GetDefaultSchema : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> string
<Extension()>
Public Function GetDefaultSchema (entityType As IReadOnlyEntityType) As String

Parameter

entityType
IReadOnlyEntityType

Der Entitätstyp, für den das Schema abgerufen werden soll.

Gibt zurück

Das Standarddatenbankschema, dem der Entitätstyp zugeordnet wird.

Gilt für: