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) |
設定以關係資料庫為目標時,實體所對應的檢視或資料表。 |