RelationalCollectionOwnershipBuilderExtensions.ToTable Yöntem

Tanım

Aşırı Yüklemeler

ToTable(CollectionOwnershipBuilder, String)

İlişkisel bir veritabanını hedeflerken varlığın eşlendiği görünümü veya tabloyu yapılandırır.

ToTable(CollectionOwnershipBuilder, String, String)

İlişkisel bir veritabanını hedeflerken varlığın eşlendiği görünümü veya tabloyu yapılandırır.

ToTable<TEntity,TDependentEntity>(CollectionOwnershipBuilder<TEntity,TDependentEntity>, String)

İlişkisel bir veritabanını hedeflerken varlığın eşlendiği görünümü veya tabloyu yapılandırır.

ToTable<TEntity,TDependentEntity>(CollectionOwnershipBuilder<TEntity,TDependentEntity>, String, String)

İlişkisel bir veritabanını hedeflerken varlığın eşlendiği görünümü veya tabloyu yapılandırır.

ToTable(CollectionOwnershipBuilder, String)

İlişkisel bir veritabanını hedeflerken varlığın eşlendiği görünümü veya tabloyu yapılandırır.

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

Parametreler

collectionOwnershipBuilder
CollectionOwnershipBuilder

Yapılandırılmakta olan varlık türü için Oluşturucu.

name
String

Görünümün veya tablonun adı.

Döndürülenler

CollectionOwnershipBuilder

Birden çok çağrının zincirlenebilir olması için aynı Oluşturucu örneği.

Şunlara uygulanır

ToTable(CollectionOwnershipBuilder, String, String)

İlişkisel bir veritabanını hedeflerken varlığın eşlendiği görünümü veya tabloyu yapılandırır.

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

Parametreler

collectionOwnershipBuilder
CollectionOwnershipBuilder

Yapılandırılmakta olan varlık türü için Oluşturucu.

name
String

Görünümün veya tablonun adı.

schema
String

Görünüm veya tablonun şeması.

Döndürülenler

CollectionOwnershipBuilder

Birden çok çağrının zincirlenebilir olması için aynı Oluşturucu örneği.

Şunlara uygulanır

ToTable<TEntity,TDependentEntity>(CollectionOwnershipBuilder<TEntity,TDependentEntity>, String)

İlişkisel bir veritabanını hedeflerken varlığın eşlendiği görünümü veya tabloyu yapılandırır.

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

Tür Parametreleri

TEntity

Yapılandırılmakta olan varlık türü.

TDependentEntity

Bu ilişkinin hedeflediği varlık türü.

Parametreler

collectionOwnershipBuilder
CollectionOwnershipBuilder<TEntity,TDependentEntity>

Yapılandırılmakta olan varlık türü için Oluşturucu.

name
String

Görünümün veya tablonun adı.

Döndürülenler

CollectionOwnershipBuilder<TEntity,TDependentEntity>

Birden çok çağrının zincirlenebilir olması için aynı Oluşturucu örneği.

Şunlara uygulanır

ToTable<TEntity,TDependentEntity>(CollectionOwnershipBuilder<TEntity,TDependentEntity>, String, String)

İlişkisel bir veritabanını hedeflerken varlığın eşlendiği görünümü veya tabloyu yapılandırır.

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

Tür Parametreleri

TEntity

Yapılandırılmakta olan varlık türü.

TDependentEntity

Bu ilişkinin hedeflediği varlık türü.

Parametreler

collectionOwnershipBuilder
CollectionOwnershipBuilder<TEntity,TDependentEntity>

Yapılandırılmakta olan varlık türü için Oluşturucu.

name
String

Görünümün veya tablonun adı.

schema
String

Görünüm veya tablonun şeması.

Döndürülenler

CollectionOwnershipBuilder<TEntity,TDependentEntity>

Birden çok çağrının zincirlenebilir olması için aynı Oluşturucu örneği.

Şunlara uygulanır