ManyToManyAssociationMappingConfiguration.ToTable Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
ToTable(String) |
Konfiguriert den Namen der Jointabelle für die Beziehung. |
ToTable(String, String) |
Konfiguriert den Namen und das Schema der Jointabelle für die Beziehung. |
ToTable(String)
Konfiguriert den Namen der Jointabelle für die Beziehung.
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
Parameter
- tableName
- String
Der Name der Tabelle.
Gibt zurück
Derselbe ManyToManyAssociationMappingConfiguration-instance, sodass mehrere Aufrufe verkettet werden können.
Gilt für:
ToTable(String, String)
Konfiguriert den Namen und das Schema der Jointabelle für die Beziehung.
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
Parameter
- tableName
- String
Der Name der Tabelle.
- schemaName
- String
Das Schema der Tabelle.
Gibt zurück
Derselbe ManyToManyAssociationMappingConfiguration-instance, sodass mehrere Aufrufe verkettet werden können.
Gilt für:
Entity Framework