Udostępnij za pośrednictwem


RelationalReferenceOwnershipBuilderExtensions.ToTable Metoda

Definicja

Przeciążenia

ToTable(ReferenceOwnershipBuilder, String)

Konfiguruje widok lub tabelę, na którą mapuje jednostka podczas określania wartości docelowej relacyjnej bazy danych.

ToTable(ReferenceOwnershipBuilder, String, String)

Konfiguruje widok lub tabelę, na którą mapuje jednostka podczas określania wartości docelowej relacyjnej bazy danych.

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

Konfiguruje widok lub tabelę, na którą mapuje jednostka podczas określania wartości docelowej relacyjnej bazy danych.

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

Konfiguruje widok lub tabelę, na którą mapuje jednostka podczas określania wartości docelowej relacyjnej bazy danych.

ToTable(ReferenceOwnershipBuilder, String)

Konfiguruje widok lub tabelę, na którą mapuje jednostka podczas określania wartości docelowej relacyjnej bazy danych.

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

Konstruktor dla skonfigurowanego typu jednostki.

name
String

Nazwa widoku lub tabeli.

Zwraca

To samo wystąpienie konstruktora, aby można było połączyć łańcuch wielu wywołań.

Dotyczy

ToTable(ReferenceOwnershipBuilder, String, String)

Konfiguruje widok lub tabelę, na którą mapuje jednostka podczas określania wartości docelowej relacyjnej bazy danych.

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

Konstruktor dla skonfigurowanego typu jednostki.

name
String

Nazwa widoku lub tabeli.

schema
String

Schemat widoku lub tabeli.

Zwraca

To samo wystąpienie konstruktora, aby można było połączyć łańcuch wielu wywołań.

Dotyczy

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

Konfiguruje widok lub tabelę, na którą mapuje jednostka podczas określania wartości docelowej relacyjnej bazy danych.

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

Konfigurowany typ jednostki.

TRelatedEntity

Typ jednostki, dla którego jest przeznaczona ta relacja.

Parametry

referenceOwnershipBuilder
ReferenceOwnershipBuilder<TEntity,TRelatedEntity>

Konstruktor dla skonfigurowanego typu jednostki.

name
String

Nazwa widoku lub tabeli.

Zwraca

To samo wystąpienie konstruktora, aby można było połączyć łańcuch wielu wywołań.

Dotyczy

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

Konfiguruje widok lub tabelę, na którą mapuje jednostka podczas określania wartości docelowej relacyjnej bazy danych.

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

Konfigurowany typ jednostki.

TRelatedEntity

Typ jednostki, dla którego jest przeznaczona ta relacja.

Parametry

referenceOwnershipBuilder
ReferenceOwnershipBuilder<TEntity,TRelatedEntity>

Konstruktor dla skonfigurowanego typu jednostki.

name
String

Nazwa widoku lub tabeli.

schema
String

Schemat widoku lub tabeli.

Zwraca

To samo wystąpienie konstruktora, aby można było połączyć łańcuch wielu wywołań.

Dotyczy