Freigeben über


EntityMappingConfiguration<TEntityType>.ToTable Methode

Definition

Überlädt

ToTable(String)

Konfiguriert den Namen der Tabelle für die Zuordnung.

ToTable(String, String)

Konfiguriert den Namen und das Schema der Tabelle für die Zuordnung.

ToTable(String)

Konfiguriert den Namen der Tabelle für die Zuordnung.

public System.Data.Entity.ModelConfiguration.Configuration.EntityMappingConfiguration<TEntityType> ToTable (string tableName);
member this.ToTable : string -> System.Data.Entity.ModelConfiguration.Configuration.EntityMappingConfiguration<'EntityType (requires 'EntityType : null)>
Public Function ToTable (tableName As String) As EntityMappingConfiguration(Of TEntityType)

Parameter

tableName
String

Der Name der Tabelle.

Gibt zurück

Die gleiche Konfiguration instance, sodass mehrere Aufrufe verkettet werden können.

Gilt für:

ToTable(String, String)

Konfiguriert den Namen und das Schema der Tabelle für die Zuordnung.

public System.Data.Entity.ModelConfiguration.Configuration.EntityMappingConfiguration<TEntityType> ToTable (string tableName, string schemaName);
member this.ToTable : string * string -> System.Data.Entity.ModelConfiguration.Configuration.EntityMappingConfiguration<'EntityType (requires 'EntityType : null)>
Public Function ToTable (tableName As String, schemaName As String) As EntityMappingConfiguration(Of TEntityType)

Parameter

tableName
String

Der Name der Tabelle.

schemaName
String

Das Schema der Tabelle.

Gibt zurück

Die gleiche Konfiguration instance, sodass mehrere Aufrufe verkettet werden können.

Gilt für: