StoreObjectIdentifier.Table(String, String) Methode

Definition

Erstellt eine Tabellen-ID.

public static Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier Table (string name, string schema);
public static Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier Table (string name, string? schema = default);
static member Table : string * string -> Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier
Public Shared Function Table (name As String, schema As String) As StoreObjectIdentifier
Public Shared Function Table (name As String, Optional schema As String = Nothing) As StoreObjectIdentifier

Parameter

name
String

Der Tabellenname.

schema
String

Das Tabellenschema.

Gibt zurück

Die Tabellen-ID.

Gilt für: