RelationalEntityTypeBuilderExtensions 類別

定義

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

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

備註

如需詳細資訊和範例,請參閱 模型化實體類型和關聯 性。

方法

CanExcludeTableFromMigrations(IConventionEntityTypeBuilder, Nullable<Boolean>, Boolean)

傳回值,指出此實體類型是否可透過指定的組態來源從移轉中排除此實體類型的資料表。

CanHaveCheckConstraint(IConventionEntityTypeBuilder, String, String, Boolean)

傳回值,指出是否可以設定檢查條件約束。

CanSetCheckConstraint(IConventionEntityTypeBuilder, String, String, Boolean)
已淘汰.

傳回值,指出是否可以設定檢查條件約束。

CanSetComment(IConventionEntityTypeBuilder, String, Boolean)

傳回值,指出是否可以使用指定的組態來源,為此實體類型設定批註。

CanSetFunction(IConventionEntityTypeBuilder, MethodInfo, Boolean)

傳回值,指出是否可以使用指定的組態來源,為此實體類型設定函式名稱。

CanSetFunction(IConventionEntityTypeBuilder, String, Boolean)

傳回值,指出是否可以使用指定的組態來源,為此實體類型設定函式名稱。

CanSetJsonPropertyName(IConventionEntityTypeBuilder, String, Boolean)

傳回值,指出指定的值是否可以當做實體類型的 JSON 屬性名稱使用。

CanSetMappingStrategy(IConventionEntityTypeBuilder, String, Boolean)

傳回值,指出是否可以使用指定的組態來源來設定階層對應策略。

CanSetSchema(IConventionEntityTypeBuilder, String, Boolean)

傳回值,指出是否可以使用指定的組態來源,為此實體類型設定資料表名稱的架構。

CanSetSqlQuery(IConventionEntityTypeBuilder, String, Boolean)

傳回值,指出是否可以使用指定的組態來源設定此實體類型的查詢 SQL 字串。

CanSetTable(IConventionEntityTypeBuilder, String, Boolean)

傳回值,指出是否可以使用指定的組態來源來設定此實體類型的資料表名稱。

CanSetView(IConventionEntityTypeBuilder, String, Boolean)

傳回值,指出是否可以使用指定的組態來源來設定此實體類型的檢視名稱。

CanSetViewSchema(IConventionEntityTypeBuilder, String, Boolean)

傳回值,指出是否可以使用指定的組態來源來設定此實體類型的檢視架構。

DeleteUsingStoredProcedure(EntityTypeBuilder, Action<StoredProcedureBuilder>)

設定以關係資料庫為目標時,實體類型用於刪除的預存程式。

DeleteUsingStoredProcedure(EntityTypeBuilder, String, Action<StoredProcedureBuilder>)

設定以關係資料庫為目標時,實體類型用於刪除的預存程式。

DeleteUsingStoredProcedure(EntityTypeBuilder, String, String, Action<StoredProcedureBuilder>)

設定以關係資料庫為目標時,實體類型用於刪除的預存程式。

DeleteUsingStoredProcedure(IConventionEntityTypeBuilder, Boolean)

設定以關係資料庫為目標時,實體類型用於刪除的預存程式。

DeleteUsingStoredProcedure(OwnedNavigationBuilder, Action<OwnedNavigationStoredProcedureBuilder>)

設定以關係資料庫為目標時,實體類型用於刪除的預存程式。

DeleteUsingStoredProcedure(OwnedNavigationBuilder, String, Action<OwnedNavigationStoredProcedureBuilder>)

設定以關係資料庫為目標時,實體類型用於刪除的預存程式。

DeleteUsingStoredProcedure(OwnedNavigationBuilder, String, String, Action<OwnedNavigationStoredProcedureBuilder>)

設定以關係資料庫為目標時,實體類型用於刪除的預存程式。

DeleteUsingStoredProcedure<TEntity>(EntityTypeBuilder<TEntity>, Action<StoredProcedureBuilder<TEntity>>)

設定以關係資料庫為目標時,實體類型用於刪除的預存程式。

DeleteUsingStoredProcedure<TEntity>(EntityTypeBuilder<TEntity>, String, Action<StoredProcedureBuilder<TEntity>>)

設定以關係資料庫為目標時,實體類型用於刪除的預存程式。

DeleteUsingStoredProcedure<TEntity>(EntityTypeBuilder<TEntity>, String, String, Action<StoredProcedureBuilder<TEntity>>)

設定以關係資料庫為目標時,實體類型用於刪除的預存程式。

DeleteUsingStoredProcedure<TOwnerEntity,TDependentEntity>(OwnedNavigationBuilder<TOwnerEntity, TDependentEntity>, Action<OwnedNavigationStoredProcedureBuilder<TOwnerEntity, TDependentEntity>>)

設定以關係資料庫為目標時,實體類型用於刪除的預存程式。

DeleteUsingStoredProcedure<TOwnerEntity,TDependentEntity>(OwnedNavigationBuilder<TOwnerEntity, TDependentEntity>, String, Action<OwnedNavigationStoredProcedureBuilder<TOwnerEntity, TDependentEntity>>)

設定以關係資料庫為目標時,實體類型用於刪除的預存程式。

DeleteUsingStoredProcedure<TOwnerEntity,TDependentEntity>(OwnedNavigationBuilder<TOwnerEntity, TDependentEntity>, String, String, Action<OwnedNavigationStoredProcedureBuilder<TOwnerEntity, TDependentEntity>>)

設定以關係資料庫為目標時,實體類型用於刪除的預存程式。

ExcludeTableFromMigrations(IConventionEntityTypeBuilder, Nullable<Boolean>, Boolean)

將這個實體類型對應至的資料表標示為從移轉中排除。

HasCheckConstraint(EntityTypeBuilder, String, String)
已淘汰.

以關係資料庫為目標時,設定資料庫檢查條件約束。

HasCheckConstraint(EntityTypeBuilder, String, String, Action<CheckConstraintBuilder>)
已淘汰.

以關係資料庫為目標時,設定資料庫檢查條件約束。

HasCheckConstraint(IConventionEntityTypeBuilder, String, String, Boolean)

以關係資料庫為目標時,設定資料庫檢查條件約束。

HasCheckConstraint(OwnedNavigationBuilder, String, String)
已淘汰.

以關係資料庫為目標時,設定資料庫檢查條件約束。

HasCheckConstraint(OwnedNavigationBuilder, String, String, Action<CheckConstraintBuilder>)
已淘汰.

以關係資料庫為目標時,設定資料庫檢查條件約束。

HasCheckConstraint<TEntity>(EntityTypeBuilder<TEntity>, String, String)
已淘汰.

以關係資料庫為目標時,設定資料庫檢查條件約束。

HasCheckConstraint<TEntity>(EntityTypeBuilder<TEntity>, String, String, Action<CheckConstraintBuilder>)
已淘汰.

以關係資料庫為目標時,設定資料庫檢查條件約束。

HasCheckConstraint<TOwnerEntity,TDependentEntity>(OwnedNavigationBuilder<TOwnerEntity,TDependentEntity>, String, String)
已淘汰.

以關係資料庫為目標時,設定資料庫檢查條件約束。

HasCheckConstraint<TOwnerEntity,TDependentEntity>(OwnedNavigationBuilder<TOwnerEntity, TDependentEntity>, String, String, Action<CheckConstraintBuilder>)
已淘汰.

以關係資料庫為目標時,設定資料庫檢查條件約束。

HasComment(EntityTypeBuilder, String)
已淘汰.

設定要套用至資料表的批註

HasComment(IConventionEntityTypeBuilder, String, Boolean)

設定要套用至資料表的批註

HasComment<TEntity>(EntityTypeBuilder<TEntity>, String)
已淘汰.

設定要套用至資料表的批註

HasDiscriminator(EntityTypeBuilder)

設定辨識子資料行,用來識別當繼承階層對應至關係資料庫中的單一資料表時,資料表中每個資料列所代表的實體類型。

HasDiscriminator(EntityTypeBuilder, String, Type)

設定辨識子資料行,用來識別當繼承階層對應至關係資料庫中的單一資料表時,資料表中每個資料列所代表的實體類型。

HasDiscriminator<TDiscriminator>(EntityTypeBuilder, String)

設定辨識子資料行,用來識別當繼承階層對應至關係資料庫中的單一資料表時,資料表中每個資料列所代表的實體類型。

HasDiscriminator<TEntity,TDiscriminator>(EntityTypeBuilder<TEntity>, Expression<Func<TEntity,TDiscriminator>>)

設定辨識子資料行,用來識別當繼承階層對應至關係資料庫中的單一資料表時,資料表中每個資料列所代表的實體類型。

HasJsonPropertyName(IConventionEntityTypeBuilder, String, Boolean)

設定對應至 JSON 資料行的實體,並將它對應至指定的 JSON 屬性,而不是使用指向它的導覽名稱。

InsertUsingStoredProcedure(EntityTypeBuilder, Action<StoredProcedureBuilder>)

設定以關係資料庫為目標時,實體類型用於插入的預存程式。

InsertUsingStoredProcedure(EntityTypeBuilder, String, Action<StoredProcedureBuilder>)

設定以關係資料庫為目標時,實體類型用於插入的預存程式。

InsertUsingStoredProcedure(EntityTypeBuilder, String, String, Action<StoredProcedureBuilder>)

設定以關係資料庫為目標時,實體類型用於插入的預存程式。

InsertUsingStoredProcedure(IConventionEntityTypeBuilder, Boolean)

設定以關係資料庫為目標時,實體類型用於插入的預存程式。

InsertUsingStoredProcedure(OwnedNavigationBuilder, Action<OwnedNavigationStoredProcedureBuilder>)

設定以關係資料庫為目標時,實體類型用於插入的預存程式。

InsertUsingStoredProcedure(OwnedNavigationBuilder, String, Action<OwnedNavigationStoredProcedureBuilder>)

設定以關係資料庫為目標時,實體類型用於插入的預存程式。

InsertUsingStoredProcedure(OwnedNavigationBuilder, String, String, Action<OwnedNavigationStoredProcedureBuilder>)

設定以關係資料庫為目標時,實體類型用於插入的預存程式。

InsertUsingStoredProcedure<TEntity>(EntityTypeBuilder<TEntity>, Action<StoredProcedureBuilder<TEntity>>)

設定以關係資料庫為目標時,實體類型用於插入的預存程式。

InsertUsingStoredProcedure<TEntity>(EntityTypeBuilder<TEntity>, String, Action<StoredProcedureBuilder<TEntity>>)

設定以關係資料庫為目標時,實體類型用於插入的預存程式。

InsertUsingStoredProcedure<TEntity>(EntityTypeBuilder<TEntity>, String, String, Action<StoredProcedureBuilder<TEntity>>)

設定以關係資料庫為目標時,實體類型用於插入的預存程式。

InsertUsingStoredProcedure<TOwnerEntity,TDependentEntity>(OwnedNavigationBuilder<TOwnerEntity, TDependentEntity>, Action<OwnedNavigationStoredProcedureBuilder<TOwnerEntity, TDependentEntity>>)

設定以關係資料庫為目標時,實體類型用於插入的預存程式。

InsertUsingStoredProcedure<TOwnerEntity,TDependentEntity>(OwnedNavigationBuilder<TOwnerEntity, TDependentEntity>, String, Action<OwnedNavigationStoredProcedureBuilder<TOwnerEntity, TDependentEntity>>)

設定以關係資料庫為目標時,實體類型用於插入的預存程式。

InsertUsingStoredProcedure<TOwnerEntity,TDependentEntity>(OwnedNavigationBuilder<TOwnerEntity, TDependentEntity>, String, String, Action<OwnedNavigationStoredProcedureBuilder<TOwnerEntity, TDependentEntity>>)

設定以關係資料庫為目標時,實體類型用於插入的預存程式。

SplitToTable(EntityTypeBuilder, String, Action<SplitTableBuilder>)

設定此實體類型上的某些屬性,以對應至不同的資料表。 主鍵屬性會對應至所有資料表,其他屬性必須明確對應。

SplitToTable(EntityTypeBuilder, String, String, Action<SplitTableBuilder>)

設定此實體類型上的某些屬性,以對應至不同的資料表。 主鍵屬性會對應至所有資料表,其他屬性必須明確對應。

SplitToTable(OwnedNavigationBuilder, String, Action<OwnedNavigationSplitTableBuilder>)

設定此實體類型上的某些屬性,以對應至不同的資料表。 主鍵屬性會對應至所有資料表,其他屬性必須明確對應。

SplitToTable(OwnedNavigationBuilder, String, String, Action<OwnedNavigationSplitTableBuilder>)

設定此實體類型上的某些屬性,以對應至不同的資料表。 主鍵屬性會對應至所有資料表,其他屬性必須明確對應。

SplitToTable<TEntity>(EntityTypeBuilder<TEntity>, String, Action<SplitTableBuilder<TEntity>>)

設定此實體類型上的某些屬性,以對應至不同的資料表。 主鍵屬性會對應至所有資料表,其他屬性必須明確對應。

SplitToTable<TEntity>(EntityTypeBuilder<TEntity>, String, String, Action<SplitTableBuilder<TEntity>>)

設定此實體類型上的某些屬性,以對應至不同的資料表。 主鍵屬性會對應至所有資料表,其他屬性必須明確對應。

SplitToTable<TOwnerEntity,TDependentEntity>(OwnedNavigationBuilder<TOwnerEntity, TDependentEntity>, String, Action<OwnedNavigationSplitTableBuilder<TOwnerEntity, TDependentEntity>>)

設定此實體類型上的某些屬性,以對應至不同的資料表。 主鍵屬性會對應至所有資料表,其他屬性必須明確對應。

SplitToTable<TOwnerEntity,TDependentEntity>(OwnedNavigationBuilder<TOwnerEntity, TDependentEntity>, String, String, Action<OwnedNavigationSplitTableBuilder<TOwnerEntity, TDependentEntity>>)

設定此實體類型上的某些屬性,以對應至不同的資料表。 主鍵屬性會對應至所有資料表,其他屬性必須明確對應。

SplitToView(EntityTypeBuilder, String, Action<SplitViewBuilder>)

設定此實體類型上的某些屬性,以對應至不同的檢視。 主鍵屬性會對應至所有檢視,其他屬性必須明確對應。

SplitToView(EntityTypeBuilder, String, String, Action<SplitViewBuilder>)

設定此實體類型上的某些屬性,以對應至不同的檢視。 主鍵屬性會對應至所有檢視,其他屬性必須明確對應。

SplitToView(OwnedNavigationBuilder, String, Action<OwnedNavigationSplitViewBuilder>)

設定此實體類型上的某些屬性,以對應至不同的檢視。 主鍵屬性會對應至所有檢視,其他屬性必須明確對應。

SplitToView(OwnedNavigationBuilder, String, String, Action<OwnedNavigationSplitViewBuilder>)

設定此實體類型上的某些屬性,以對應至不同的檢視。 主鍵屬性會對應至所有檢視,其他屬性必須明確對應。

SplitToView<TEntity>(EntityTypeBuilder<TEntity>, String, Action<SplitViewBuilder<TEntity>>)

設定此實體類型上的某些屬性,以對應至不同的檢視。 主鍵屬性會對應至所有檢視,其他屬性必須明確對應。

SplitToView<TEntity>(EntityTypeBuilder<TEntity>, String, String, Action<SplitViewBuilder<TEntity>>)

設定此實體類型上的某些屬性,以對應至不同的檢視。 主鍵屬性會對應至所有檢視,其他屬性必須明確對應。

SplitToView<TOwnerEntity,TDependentEntity>(OwnedNavigationBuilder<TOwnerEntity, TDependentEntity>, String, Action<OwnedNavigationSplitViewBuilder<TOwnerEntity, TDependentEntity>>)

設定此實體類型上的某些屬性,以對應至不同的檢視。 主鍵屬性會對應至所有檢視,其他屬性必須明確對應。

SplitToView<TOwnerEntity,TDependentEntity>(OwnedNavigationBuilder<TOwnerEntity, TDependentEntity>, String, String, Action<OwnedNavigationSplitViewBuilder<TOwnerEntity, TDependentEntity>>)

設定此實體類型上的某些屬性,以對應至不同的檢視。 主鍵屬性會對應至所有檢視,其他屬性必須明確對應。

ToFunction(EntityTypeBuilder, MethodInfo)

設定以關係資料庫為目標時,實體類型所對應的函式。

ToFunction(EntityTypeBuilder, MethodInfo, Action<TableValuedFunctionBuilder>)

設定以關係資料庫為目標時,實體類型所對應的函式。

ToFunction(EntityTypeBuilder, String)

設定以關係資料庫為目標時,實體類型所對應的函式。

ToFunction(EntityTypeBuilder, String, Action<TableValuedFunctionBuilder>)

設定以關係資料庫為目標時,實體類型所對應的函式。

ToFunction(IConventionEntityTypeBuilder, MethodInfo, Boolean)

設定以關係資料庫為目標時,實體類型所對應的函式。

ToFunction(IConventionEntityTypeBuilder, String, Boolean)

設定以關係資料庫為目標時,實體類型所對應的函式。

ToFunction(OwnedNavigationBuilder, MethodInfo)

設定以關係資料庫為目標時,實體類型所對應的函式。

ToFunction(OwnedNavigationBuilder, MethodInfo, Action<OwnedNavigationTableValuedFunctionBuilder>)

設定以關係資料庫為目標時,實體類型所對應的函式。

ToFunction(OwnedNavigationBuilder, MethodInfo, Action<TableValuedFunctionBuilder>)

設定以關係資料庫為目標時,實體類型所對應的函式。

ToFunction(OwnedNavigationBuilder, String)

設定以關係資料庫為目標時,實體類型所對應的函式。

ToFunction(OwnedNavigationBuilder, String, Action<OwnedNavigationTableValuedFunctionBuilder>)

設定以關係資料庫為目標時,實體類型所對應的函式。

ToFunction(OwnedNavigationBuilder, String, Action<TableValuedFunctionBuilder>)

設定以關係資料庫為目標時,實體類型所對應的函式。

ToFunction<TEntity>(EntityTypeBuilder<TEntity>, MethodInfo)

設定以關係資料庫為目標時,實體類型所對應的函式。

ToFunction<TEntity>(EntityTypeBuilder<TEntity>, MethodInfo, Action<TableValuedFunctionBuilder<TEntity>>)

設定以關係資料庫為目標時,實體類型所對應的函式。

ToFunction<TEntity>(EntityTypeBuilder<TEntity>, MethodInfo, Action<TableValuedFunctionBuilder>)

設定以關係資料庫為目標時,實體類型所對應的函式。

ToFunction<TEntity>(EntityTypeBuilder<TEntity>, String)

設定以關係資料庫為目標時,實體類型所對應的函式。

ToFunction<TEntity>(EntityTypeBuilder<TEntity>, String, Action<TableValuedFunctionBuilder<TEntity>>)

設定以關係資料庫為目標時,實體類型所對應的函式。

ToFunction<TEntity>(EntityTypeBuilder<TEntity>, String, Action<TableValuedFunctionBuilder>)

設定以關係資料庫為目標時,實體類型所對應的函式。

ToFunction<TOwnerEntity,TDependentEntity>(OwnedNavigationBuilder<TOwnerEntity,TDependentEntity>, MethodInfo)

設定以關係資料庫為目標時,實體類型所對應的函式。

ToFunction<TOwnerEntity,TDependentEntity>(OwnedNavigationBuilder<TOwnerEntity, TDependentEntity>, MethodInfo, Action<OwnedNavigationTableValuedFunctionBuilder<TOwnerEntity, TDependentEntity>>)

設定以關係資料庫為目標時,實體類型所對應的函式。

ToFunction<TOwnerEntity,TDependentEntity>(OwnedNavigationBuilder<TOwnerEntity,TDependentEntity>, String)

設定以關係資料庫為目標時,實體類型所對應的函式。

ToFunction<TOwnerEntity,TDependentEntity>(OwnedNavigationBuilder<TOwnerEntity, TDependentEntity>, String, Action<OwnedNavigationTableValuedFunctionBuilder<TOwnerEntity, TDependentEntity>>)

設定以關係資料庫為目標時,實體類型所對應的函式。

ToFunction<TOwnerEntity,TRelatedEntity>(OwnedNavigationBuilder<TOwnerEntity,TRelatedEntity>, MethodInfo, Action<TableValuedFunctionBuilder>)

設定以關係資料庫為目標時,實體類型所對應的函式。

ToFunction<TOwnerEntity,TRelatedEntity>(OwnedNavigationBuilder<TOwnerEntity,TRelatedEntity>, String, Action<TableValuedFunctionBuilder>)

設定以關係資料庫為目標時,實體類型所對應的函式。

ToSchema(IConventionEntityTypeBuilder, String, Boolean)

設定以關係資料庫為目標時,實體類型所對應之資料表的架構。

ToSqlQuery(EntityTypeBuilder, String)

設定用來提供實體類型的資料的 SQL 字串。

ToSqlQuery(IConventionEntityTypeBuilder, String, Boolean)

設定用來提供實體類型的資料的 SQL 字串。

ToSqlQuery<TEntity>(EntityTypeBuilder<TEntity>, String)

設定用來提供實體類型的資料的 SQL 字串。

ToTable(EntityTypeBuilder, Action<TableBuilder>)

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

ToTable(EntityTypeBuilder, String)

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

ToTable(EntityTypeBuilder, String, Action<TableBuilder>)

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

ToTable(EntityTypeBuilder, String, String)

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

ToTable(EntityTypeBuilder, String, String, Action<TableBuilder>)

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

ToTable(IConventionEntityTypeBuilder, String, Boolean)

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

ToTable(IConventionEntityTypeBuilder, String, String, Boolean)

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

ToTable(OwnedNavigationBuilder, Action<OwnedNavigationTableBuilder>)

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

ToTable(OwnedNavigationBuilder, Action<TableBuilder>)

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

ToTable(OwnedNavigationBuilder, String)

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

ToTable(OwnedNavigationBuilder, String, Action<OwnedNavigationTableBuilder>)

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

ToTable(OwnedNavigationBuilder, String, Action<TableBuilder>)

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

ToTable(OwnedNavigationBuilder, String, Boolean)
已淘汰.

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

ToTable(OwnedNavigationBuilder, String, String)

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

ToTable(OwnedNavigationBuilder, String, String, Action<OwnedNavigationTableBuilder>)

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

ToTable(OwnedNavigationBuilder, String, String, Action<TableBuilder>)

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

ToTable(OwnedNavigationBuilder, String, String, Boolean)
已淘汰.

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

ToTable<TEntity>(EntityTypeBuilder<TEntity>, Action<TableBuilder<TEntity>>)

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

ToTable<TEntity>(EntityTypeBuilder<TEntity>, String)

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

ToTable<TEntity>(EntityTypeBuilder<TEntity>, String, Action<TableBuilder<TEntity>>)

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

ToTable<TEntity>(EntityTypeBuilder<TEntity>, String, Action<TableBuilder>)

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

ToTable<TEntity>(EntityTypeBuilder<TEntity>, String, String)

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

ToTable<TEntity>(EntityTypeBuilder<TEntity>, String, String, Action<TableBuilder<TEntity>>)

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

ToTable<TEntity>(EntityTypeBuilder<TEntity>, String, String, Action<TableBuilder>)

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

ToTable<TOwnerEntity,TDependentEntity>(OwnedNavigationBuilder<TOwnerEntity, TDependentEntity>, Action<OwnedNavigationTableBuilder<TOwnerEntity, TDependentEntity>>)

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

ToTable<TOwnerEntity,TDependentEntity>(OwnedNavigationBuilder<TOwnerEntity,TDependentEntity>, String)

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

ToTable<TOwnerEntity,TDependentEntity>(OwnedNavigationBuilder<TOwnerEntity, TDependentEntity>, String, Action<OwnedNavigationTableBuilder<TOwnerEntity, TDependentEntity>>)

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

ToTable<TOwnerEntity,TDependentEntity>(OwnedNavigationBuilder<TOwnerEntity,TDependentEntity>, String, String)

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

ToTable<TOwnerEntity,TDependentEntity>(OwnedNavigationBuilder<TOwnerEntity, TDependentEntity>, String, String, Action<OwnedNavigationTableBuilder<TOwnerEntity, TDependentEntity>>)

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

ToTable<TOwnerEntity,TRelatedEntity>(OwnedNavigationBuilder<TOwnerEntity,TRelatedEntity>, Action<TableBuilder<TRelatedEntity>>)

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

ToTable<TOwnerEntity,TRelatedEntity>(OwnedNavigationBuilder<TOwnerEntity,TRelatedEntity>, String, Action<TableBuilder<TRelatedEntity>>)

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

ToTable<TOwnerEntity,TRelatedEntity>(OwnedNavigationBuilder<TOwnerEntity,TRelatedEntity>, String, Boolean)
已淘汰.

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

ToTable<TOwnerEntity,TRelatedEntity>(OwnedNavigationBuilder<TOwnerEntity,TRelatedEntity>, String, String, Action<TableBuilder<TRelatedEntity>>)

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

ToTable<TOwnerEntity,TRelatedEntity>(OwnedNavigationBuilder<TOwnerEntity,TRelatedEntity>, String, String, Boolean)
已淘汰.

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

ToView(EntityTypeBuilder, String)

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

ToView(EntityTypeBuilder, String, Action<ViewBuilder>)

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

ToView(EntityTypeBuilder, String, String)

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

ToView(EntityTypeBuilder, String, String, Action<ViewBuilder>)

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

ToView(IConventionEntityTypeBuilder, String, Boolean)

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

ToView(IConventionEntityTypeBuilder, String, String, Boolean)

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

ToView(OwnedNavigationBuilder, String)

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

ToView(OwnedNavigationBuilder, String, Action<OwnedNavigationViewBuilder>)

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

ToView(OwnedNavigationBuilder, String, String)

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

ToView(OwnedNavigationBuilder, String, String, Action<OwnedNavigationViewBuilder>)

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

ToView<TEntity>(EntityTypeBuilder<TEntity>, String)

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

ToView<TEntity>(EntityTypeBuilder<TEntity>, String, Action<ViewBuilder<TEntity>>)

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

ToView<TEntity>(EntityTypeBuilder<TEntity>, String, String)

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

ToView<TEntity>(EntityTypeBuilder<TEntity>, String, String, Action<ViewBuilder<TEntity>>)

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

ToView<TOwnerEntity,TDependentEntity>(OwnedNavigationBuilder<TOwnerEntity,TDependentEntity>, String)

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

ToView<TOwnerEntity,TDependentEntity>(OwnedNavigationBuilder<TOwnerEntity, TDependentEntity>, String, Action<OwnedNavigationViewBuilder<TOwnerEntity, TDependentEntity>>)

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

ToView<TOwnerEntity,TDependentEntity>(OwnedNavigationBuilder<TOwnerEntity,TDependentEntity>, String, String)

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

ToView<TOwnerEntity,TDependentEntity>(OwnedNavigationBuilder<TOwnerEntity, TDependentEntity>, String, String, Action<OwnedNavigationViewBuilder<TOwnerEntity, TDependentEntity>>)

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

ToViewSchema(IConventionEntityTypeBuilder, String, Boolean)

設定以關係資料庫為目標時,實體類型所對應之檢視的架構。

UpdateUsingStoredProcedure(EntityTypeBuilder, Action<StoredProcedureBuilder>)

設定以關係資料庫為目標時,實體類型用於更新的預存程式。

UpdateUsingStoredProcedure(EntityTypeBuilder, String, Action<StoredProcedureBuilder>)

設定以關係資料庫為目標時,實體類型用於更新的預存程式。

UpdateUsingStoredProcedure(EntityTypeBuilder, String, String, Action<StoredProcedureBuilder>)

設定以關係資料庫為目標時,實體類型用於更新的預存程式。

UpdateUsingStoredProcedure(IConventionEntityTypeBuilder, Boolean)

設定以關係資料庫為目標時,實體類型用於更新的預存程式。

UpdateUsingStoredProcedure(OwnedNavigationBuilder, Action<OwnedNavigationStoredProcedureBuilder>)

設定以關係資料庫為目標時,實體類型用於更新的預存程式。

UpdateUsingStoredProcedure(OwnedNavigationBuilder, String, Action<OwnedNavigationStoredProcedureBuilder>)

設定以關係資料庫為目標時,實體類型用於更新的預存程式。

UpdateUsingStoredProcedure(OwnedNavigationBuilder, String, String, Action<OwnedNavigationStoredProcedureBuilder>)

設定以關係資料庫為目標時,實體類型用於更新的預存程式。

UpdateUsingStoredProcedure<TEntity>(EntityTypeBuilder<TEntity>, Action<StoredProcedureBuilder<TEntity>>)

設定以關係資料庫為目標時,實體類型用於更新的預存程式。

UpdateUsingStoredProcedure<TEntity>(EntityTypeBuilder<TEntity>, String, Action<StoredProcedureBuilder<TEntity>>)

設定以關係資料庫為目標時,實體類型用於更新的預存程式。

UpdateUsingStoredProcedure<TEntity>(EntityTypeBuilder<TEntity>, String, String, Action<StoredProcedureBuilder<TEntity>>)

設定以關係資料庫為目標時,實體類型用於更新的預存程式。

UpdateUsingStoredProcedure<TOwnerEntity,TDependentEntity>(OwnedNavigationBuilder<TOwnerEntity, TDependentEntity>, Action<OwnedNavigationStoredProcedureBuilder<TOwnerEntity, TDependentEntity>>)

設定以關係資料庫為目標時,實體類型用於更新的預存程式。

UpdateUsingStoredProcedure<TOwnerEntity,TDependentEntity>(OwnedNavigationBuilder<TOwnerEntity, TDependentEntity>, String, Action<OwnedNavigationStoredProcedureBuilder<TOwnerEntity, TDependentEntity>>)

設定以關係資料庫為目標時,實體類型用於更新的預存程式。

UpdateUsingStoredProcedure<TOwnerEntity,TDependentEntity>(OwnedNavigationBuilder<TOwnerEntity, TDependentEntity>, String, String, Action<OwnedNavigationStoredProcedureBuilder<TOwnerEntity, TDependentEntity>>)

設定以關係資料庫為目標時,實體類型用於更新的預存程式。

UseMappingStrategy(IConventionEntityTypeBuilder, String, Boolean)

設定階層對應策略。

UseTpcMappingStrategy(EntityTypeBuilder)

將 TPC 設定為衍生類型的對應策略。 每個類型都會對應至不同的資料庫物件。 所有屬性都會對應至對應物件上的資料行。

UseTpcMappingStrategy<TEntity>(EntityTypeBuilder<TEntity>)

將 TPC 設定為衍生類型的對應策略。 每個類型都會對應至不同的資料庫物件。 所有屬性都會對應至對應物件上的資料行。

UseTphMappingStrategy(EntityTypeBuilder)

將 TPH 設定為衍生類型的對應策略。 所有類型都會對應至相同的資料庫物件。 這是預設對應策略。

UseTphMappingStrategy<TEntity>(EntityTypeBuilder<TEntity>)

將 TPH 設定為衍生類型的對應策略。 所有類型都會對應至相同的資料庫物件。 這是預設對應策略。

UseTptMappingStrategy(EntityTypeBuilder)

將 TPT 設定為衍生類型的對應策略。 每個類型都會對應至不同的資料庫物件。 只有宣告的屬性會對應至對應物件上的資料行。

UseTptMappingStrategy<TEntity>(EntityTypeBuilder<TEntity>)

將 TPT 設定為衍生類型的對應策略。 每個類型都會對應至不同的資料庫物件。 只有宣告的屬性會對應至對應物件上的資料行。

適用於