RelationalReferenceOwnershipBuilderExtensions 類別

定義

的關係資料庫特定擴充方法 ReferenceOwnershipBuilder

public static class RelationalReferenceOwnershipBuilderExtensions
type RelationalReferenceOwnershipBuilderExtensions = class
Public Module RelationalReferenceOwnershipBuilderExtensions
繼承
RelationalReferenceOwnershipBuilderExtensions

方法

HasConstraintName(ReferenceOwnershipBuilder, String)

以關係資料庫為目標時,設定此關聯性的外鍵條件約束名稱。

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

以關係資料庫為目標時,設定此關聯性的外鍵條件約束名稱。

ToTable(ReferenceOwnershipBuilder, String)

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

ToTable(ReferenceOwnershipBuilder, String, String)

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

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

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

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

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

適用於