RelationalCollectionOwnershipBuilderExtensions Class

Definition

Relational database specific extension methods for CollectionOwnershipBuilder.

public static class RelationalCollectionOwnershipBuilderExtensions
type RelationalCollectionOwnershipBuilderExtensions = class
Public Module RelationalCollectionOwnershipBuilderExtensions
Inheritance
RelationalCollectionOwnershipBuilderExtensions

Methods

HasConstraintName(CollectionOwnershipBuilder, String)

Configures the foreign key constraint name for this relationship when targeting a relational database.

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

Configures the foreign key constraint name for this relationship when targeting a relational database.

ToTable(CollectionOwnershipBuilder, String)

Configures the view or table that the entity maps to when targeting a relational database.

ToTable(CollectionOwnershipBuilder, String, String)

Configures the view or table that the entity maps to when targeting a relational database.

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

Configures the view or table that the entity maps to when targeting a relational database.

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

Configures the view or table that the entity maps to when targeting a relational database.

Applies to