EntityMappingConfiguration<TEntityType>.ToTable Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Entity Framework