Freigeben über


ManyToManyAssociationMappingConfiguration.ToTable Methode

Definition

Ü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: