Compartilhar via


EntityMappingConfiguration<TEntityType>.ToTable Método

Definição

Sobrecargas

ToTable(String)

Configura o nome da tabela a ser mapeado.

ToTable(String, String)

Configura o nome da tabela e o esquema a serem mapeados.

ToTable(String)

Configura o nome da tabela a ser mapeado.

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)

Parâmetros

tableName
String

Nome da tabela.

Retornos

A mesma instância de configuração para que várias chamadas possam ser encadeadas.

Aplica-se a

ToTable(String, String)

Configura o nome da tabela e o esquema a serem mapeados.

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)

Parâmetros

tableName
String

Nome da tabela.

schemaName
String

Esquema da tabela.

Retornos

A mesma instância de configuração para que várias chamadas possam ser encadeadas.

Aplica-se a