RelationalReferenceOwnershipBuilderExtensions Class

Definition

Relational database specific extension methods for ReferenceOwnershipBuilder.

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

Methods

HasConstraintName(ReferenceOwnershipBuilder, String)

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

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

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

ToTable(ReferenceOwnershipBuilder, String)

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

ToTable(ReferenceOwnershipBuilder, String, String)

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

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

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

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

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

Applies to