ManyToManyAssociationMappingConfiguration.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 de jointures pour la relation. |
ToTable(String, String) |
Configure le nom et le schéma de la table de jointures pour la relation. |
ToTable(String)
Configure le nom de la table de jointures pour la relation.
public System.Data.Entity.ModelConfiguration.Configuration.ManyToManyAssociationMappingConfiguration ToTable (string tableName);
member this.ToTable : string -> System.Data.Entity.ModelConfiguration.Configuration.ManyToManyAssociationMappingConfiguration
Public Function ToTable (tableName As String) As ManyToManyAssociationMappingConfiguration
Paramètres
- tableName
- String
Nom de la table.
Retours
Le même ManyToManyAssociationMappingConfiguration instance afin que plusieurs appels puissent être chaînés.
S’applique à
ToTable(String, String)
Configure le nom et le schéma de la table de jointures pour la relation.
public System.Data.Entity.ModelConfiguration.Configuration.ManyToManyAssociationMappingConfiguration ToTable (string tableName, string schemaName);
member this.ToTable : string * string -> System.Data.Entity.ModelConfiguration.Configuration.ManyToManyAssociationMappingConfiguration
Public Function ToTable (tableName As String, schemaName As String) As ManyToManyAssociationMappingConfiguration
Paramètres
- tableName
- String
Nom de la table.
- schemaName
- String
Schéma de la table.
Retours
Le même ManyToManyAssociationMappingConfiguration instance afin que plusieurs appels puissent être chaînés.