RelationalCollectionOwnershipBuilderExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, String) |
Configures the view or table that the entity maps to when targeting a relational database. |
ToTable(CollectionOwnershipBuilder, 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. |
ToTable<TEntity,TDependentEntity>(CollectionOwnershipBuilder<TEntity,TDependentEntity>, String) |
Configures the view or table that the entity maps to when targeting a relational database. |
Applies to
Entity Framework