IRelationalModel.FindTable(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.
Obtient la table portant le nom donné. Retourne null
si aucune table portant le nom donné n’est définie.
public Microsoft.EntityFrameworkCore.Metadata.ITable FindTable (string name, string schema);
public Microsoft.EntityFrameworkCore.Metadata.ITable? FindTable (string name, string? schema);
abstract member FindTable : string * string -> Microsoft.EntityFrameworkCore.Metadata.ITable
Public Function FindTable (name As String, schema As String) As ITable
Paramètres
- name
- String
Nom de la table.
- schema
- String
Schéma de la table.
Retours
Table portant un nom donné ou null
si aucune table portant le nom donné n’est définie.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.