StoreObjectIdentifier.Table(String, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée un ID de table.
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
Paramètres
- name
- String
Nom de la table.
- schema
- String
Schéma de table.
Retours
ID de table.