RelationalCollectionOwnershipBuilderExtensions 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
的关系 CollectionOwnershipBuilder数据库特定扩展方法。
public static class RelationalCollectionOwnershipBuilderExtensions
type RelationalCollectionOwnershipBuilderExtensions = class
Public Module RelationalCollectionOwnershipBuilderExtensions
- 继承
-
RelationalCollectionOwnershipBuilderExtensions
方法
HasConstraintName(CollectionOwnershipBuilder, String) |
在面向关系数据库时为此关系配置外键约束名称。 |
HasConstraintName<TEntity,TDependentEntity>(CollectionOwnershipBuilder<TEntity,TDependentEntity>, String) |
在面向关系数据库时为此关系配置外键约束名称。 |
ToTable(CollectionOwnershipBuilder, String, String) |
配置实体在面向关系数据库时映射到的视图或表。 |
ToTable(CollectionOwnershipBuilder, String) |
配置实体在面向关系数据库时映射到的视图或表。 |
ToTable<TEntity,TDependentEntity>(CollectionOwnershipBuilder<TEntity,TDependentEntity>, String, String) |
配置实体在面向关系数据库时映射到的视图或表。 |
ToTable<TEntity,TDependentEntity>(CollectionOwnershipBuilder<TEntity,TDependentEntity>, String) |
配置实体在面向关系数据库时映射到的视图或表。 |