Sdílet prostřednictvím


RelationalReferenceOwnershipBuilderExtensions.ToTable Metoda

Definice

Přetížení

ToTable(ReferenceOwnershipBuilder, String)

Nakonfiguruje zobrazení nebo tabulku, na které entita mapuje při cílení na relační databázi.

ToTable(ReferenceOwnershipBuilder, String, String)

Nakonfiguruje zobrazení nebo tabulku, na které entita mapuje při cílení na relační databázi.

ToTable<TEntity,TRelatedEntity>(ReferenceOwnershipBuilder<TEntity,TRelatedEntity>, String)

Nakonfiguruje zobrazení nebo tabulku, na které entita mapuje při cílení na relační databázi.

ToTable<TEntity,TRelatedEntity>(ReferenceOwnershipBuilder<TEntity,TRelatedEntity>, String, String)

Nakonfiguruje zobrazení nebo tabulku, na které entita mapuje při cílení na relační databázi.

ToTable(ReferenceOwnershipBuilder, String)

Zdroj:
RelationalReferenceOwnershipBuilderExtensions.cs
Zdroj:
RelationalReferenceOwnershipBuilderExtensions.cs

Nakonfiguruje zobrazení nebo tabulku, na které entita mapuje při cílení na relační databázi.

public static Microsoft.EntityFrameworkCore.Metadata.Builders.ReferenceOwnershipBuilder ToTable (this Microsoft.EntityFrameworkCore.Metadata.Builders.ReferenceOwnershipBuilder referenceOwnershipBuilder, string name);
static member ToTable : Microsoft.EntityFrameworkCore.Metadata.Builders.ReferenceOwnershipBuilder * string -> Microsoft.EntityFrameworkCore.Metadata.Builders.ReferenceOwnershipBuilder
<Extension()>
Public Function ToTable (referenceOwnershipBuilder As ReferenceOwnershipBuilder, name As String) As ReferenceOwnershipBuilder

Parametry

referenceOwnershipBuilder
ReferenceOwnershipBuilder

Tvůrce pro konfigurovaný typ entity.

name
String

Název zobrazení nebo tabulky.

Návraty

Stejná instance tvůrce, aby bylo možné zřetězených více volání.

Platí pro

ToTable(ReferenceOwnershipBuilder, String, String)

Zdroj:
RelationalReferenceOwnershipBuilderExtensions.cs
Zdroj:
RelationalReferenceOwnershipBuilderExtensions.cs

Nakonfiguruje zobrazení nebo tabulku, na které entita mapuje při cílení na relační databázi.

public static Microsoft.EntityFrameworkCore.Metadata.Builders.ReferenceOwnershipBuilder ToTable (this Microsoft.EntityFrameworkCore.Metadata.Builders.ReferenceOwnershipBuilder referenceOwnershipBuilder, string name, string schema);
static member ToTable : Microsoft.EntityFrameworkCore.Metadata.Builders.ReferenceOwnershipBuilder * string * string -> Microsoft.EntityFrameworkCore.Metadata.Builders.ReferenceOwnershipBuilder
<Extension()>
Public Function ToTable (referenceOwnershipBuilder As ReferenceOwnershipBuilder, name As String, schema As String) As ReferenceOwnershipBuilder

Parametry

referenceOwnershipBuilder
ReferenceOwnershipBuilder

Tvůrce pro konfigurovaný typ entity.

name
String

Název zobrazení nebo tabulky.

schema
String

Schéma zobrazení nebo tabulky.

Návraty

Stejná instance tvůrce, aby bylo možné zřetězených více volání.

Platí pro

ToTable<TEntity,TRelatedEntity>(ReferenceOwnershipBuilder<TEntity,TRelatedEntity>, String)

Zdroj:
RelationalReferenceOwnershipBuilderExtensions.cs
Zdroj:
RelationalReferenceOwnershipBuilderExtensions.cs

Nakonfiguruje zobrazení nebo tabulku, na které entita mapuje při cílení na relační databázi.

public static Microsoft.EntityFrameworkCore.Metadata.Builders.ReferenceOwnershipBuilder<TEntity,TRelatedEntity> ToTable<TEntity,TRelatedEntity> (this Microsoft.EntityFrameworkCore.Metadata.Builders.ReferenceOwnershipBuilder<TEntity,TRelatedEntity> referenceOwnershipBuilder, string name) where TEntity : class where TRelatedEntity : class;
static member ToTable : Microsoft.EntityFrameworkCore.Metadata.Builders.ReferenceOwnershipBuilder<'Entity, 'RelatedEntity (requires 'Entity : null and 'RelatedEntity : null)> * string -> Microsoft.EntityFrameworkCore.Metadata.Builders.ReferenceOwnershipBuilder<'Entity, 'RelatedEntity (requires 'Entity : null and 'RelatedEntity : null)> (requires 'Entity : null and 'RelatedEntity : null)
<Extension()>
Public Function ToTable(Of TEntity As Class, TRelatedEntity As Class) (referenceOwnershipBuilder As ReferenceOwnershipBuilder(Of TEntity, TRelatedEntity), name As String) As ReferenceOwnershipBuilder(Of TEntity, TRelatedEntity)

Parametry typu

TEntity

Konfigurovaný typ entity.

TRelatedEntity

Typ entity, na kterou tento vztah cílí.

Parametry

referenceOwnershipBuilder
ReferenceOwnershipBuilder<TEntity,TRelatedEntity>

Tvůrce pro konfigurovaný typ entity.

name
String

Název zobrazení nebo tabulky.

Návraty

Stejná instance tvůrce, aby bylo možné zřetězených více volání.

Platí pro

ToTable<TEntity,TRelatedEntity>(ReferenceOwnershipBuilder<TEntity,TRelatedEntity>, String, String)

Zdroj:
RelationalReferenceOwnershipBuilderExtensions.cs
Zdroj:
RelationalReferenceOwnershipBuilderExtensions.cs

Nakonfiguruje zobrazení nebo tabulku, na které entita mapuje při cílení na relační databázi.

public static Microsoft.EntityFrameworkCore.Metadata.Builders.ReferenceOwnershipBuilder<TEntity,TRelatedEntity> ToTable<TEntity,TRelatedEntity> (this Microsoft.EntityFrameworkCore.Metadata.Builders.ReferenceOwnershipBuilder<TEntity,TRelatedEntity> referenceOwnershipBuilder, string name, string schema) where TEntity : class where TRelatedEntity : class;
static member ToTable : Microsoft.EntityFrameworkCore.Metadata.Builders.ReferenceOwnershipBuilder<'Entity, 'RelatedEntity (requires 'Entity : null and 'RelatedEntity : null)> * string * string -> Microsoft.EntityFrameworkCore.Metadata.Builders.ReferenceOwnershipBuilder<'Entity, 'RelatedEntity (requires 'Entity : null and 'RelatedEntity : null)> (requires 'Entity : null and 'RelatedEntity : null)
<Extension()>
Public Function ToTable(Of TEntity As Class, TRelatedEntity As Class) (referenceOwnershipBuilder As ReferenceOwnershipBuilder(Of TEntity, TRelatedEntity), name As String, schema As String) As ReferenceOwnershipBuilder(Of TEntity, TRelatedEntity)

Parametry typu

TEntity

Konfigurovaný typ entity.

TRelatedEntity

Typ entity, na kterou tento vztah cílí.

Parametry

referenceOwnershipBuilder
ReferenceOwnershipBuilder<TEntity,TRelatedEntity>

Tvůrce pro konfigurovaný typ entity.

name
String

Název zobrazení nebo tabulky.

schema
String

Schéma zobrazení nebo tabulky.

Návraty

Stejná instance tvůrce, aby bylo možné zřetězených více volání.

Platí pro