RelationalCollectionOwnershipBuilderExtensions 類別

定義

的關係資料庫特定擴充方法 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)

設定以關係資料庫為目標時,實體所對應的檢視或資料表。

ToTable(CollectionOwnershipBuilder, String, String)

設定以關係資料庫為目標時,實體所對應的檢視或資料表。

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

設定以關係資料庫為目標時,實體所對應的檢視或資料表。

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

設定以關係資料庫為目標時,實體所對應的檢視或資料表。

適用於