Sdílet prostřednictvím


RelationalCollectionOwnershipBuilderExtensions Třída

Definice

Metody rozšíření specifické pro relační databázi pro CollectionOwnershipBuilder.

public static class RelationalCollectionOwnershipBuilderExtensions
type RelationalCollectionOwnershipBuilderExtensions = class
Public Module RelationalCollectionOwnershipBuilderExtensions
Dědičnost
RelationalCollectionOwnershipBuilderExtensions

Metody

HasConstraintName(CollectionOwnershipBuilder, String)

Konfiguruje název omezení cizího klíče pro tuto relaci při cílení na relační databázi.

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

Konfiguruje název omezení cizího klíče pro tuto relaci při cílení na relační databázi.

ToTable(CollectionOwnershipBuilder, String)

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

ToTable(CollectionOwnershipBuilder, String, String)

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

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

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

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

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

Platí pro