Condividi tramite


StoreObjectIdentifier.Table(String, String) Metodo

Definizione

Crea un ID tabella.

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

Parametri

name
String

Il nome della tabella.

schema
String

Schema della tabella.

Restituisce

ID tabella.

Si applica a