ConventionTypeConfiguration.ToTable 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.
Surcharges
ToTable(String) |
Configure le nom de la table auquel ce type d'entité est mappé. |
ToTable(String, String) |
Configure le nom de la table auquel ce type d'entité est mappé. |
ToTable(String)
Configure le nom de la table auquel ce type d'entité est mappé.
public System.Data.Entity.ModelConfiguration.Configuration.ConventionTypeConfiguration ToTable (string tableName);
member this.ToTable : string -> System.Data.Entity.ModelConfiguration.Configuration.ConventionTypeConfiguration
Public Function ToTable (tableName As String) As ConventionTypeConfiguration
Paramètres
- tableName
- String
Nom de la table.
Retours
La même ConventionTypeConfiguration instance afin que plusieurs appels puissent être chaînés.
Remarques
L’appel de ce type n’aura aucun effet une fois qu’il a été configuré.
S’applique à
ToTable(String, String)
Configure le nom de la table auquel ce type d'entité est mappé.
public System.Data.Entity.ModelConfiguration.Configuration.ConventionTypeConfiguration ToTable (string tableName, string schemaName);
member this.ToTable : string * string -> System.Data.Entity.ModelConfiguration.Configuration.ConventionTypeConfiguration
Public Function ToTable (tableName As String, schemaName As String) As ConventionTypeConfiguration
Paramètres
- tableName
- String
Nom de la table.
- schemaName
- String
Schéma de base de données de la table.
Retours
La même ConventionTypeConfiguration instance afin que plusieurs appels puissent être chaînés.
Remarques
L’appel de ce type n’aura aucun effet une fois qu’il a été configuré.