Partager via


ConventionTypeConfiguration.ToTable Méthode

Définition

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é.

S’applique à