OwnedNavigationStoredProcedureBuilder<TOwnerEntity,TDependentEntity> 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供簡單的 API,以設定 IMutableStoredProcedure 實體類型所對應的 。
public class OwnedNavigationStoredProcedureBuilder<TOwnerEntity,TDependentEntity> : Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationStoredProcedureBuilder, Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure<Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder<TOwnerEntity,TDependentEntity>> where TOwnerEntity : class where TDependentEntity : class
type OwnedNavigationStoredProcedureBuilder<'OwnerEntity, 'DependentEntity (requires 'OwnerEntity : null and 'DependentEntity : null)> = class
inherit OwnedNavigationStoredProcedureBuilder
interface IInfrastructure<OwnedNavigationBuilder<'OwnerEntity, 'DependentEntity>>
Public Class OwnedNavigationStoredProcedureBuilder(Of TOwnerEntity, TDependentEntity)
Inherits OwnedNavigationStoredProcedureBuilder
Implements IInfrastructure(Of OwnedNavigationBuilder(Of TOwnerEntity, TDependentEntity))
類型參數
- TOwnerEntity
擁有關聯性的實體類型。
- TDependentEntity
關聯性的相依實體類型。
- 繼承
-
OwnedNavigationStoredProcedureBuilder<TOwnerEntity,TDependentEntity>
- 實作
-
IInfrastructure<OwnedNavigationBuilder<TOwnerEntity,TDependentEntity>>
建構函式
OwnedNavigationStoredProcedureBuilder<TOwnerEntity,TDependentEntity>(IMutableStoredProcedure, OwnedNavigationBuilder<TOwnerEntity,TDependentEntity>) |
這是支援 Entity Framework Core 基礎結構的內部 API,不受與公用 API 相同的相容性標準。 它可能會在任何版本中變更或移除,而不會有任何通知。 您應該只在程式碼中直接使用它,並知道這麼做可能會導致應用程式在更新至新的 Entity Framework Core 版本時失敗。 |
屬性
Builder |
這是支援 Entity Framework Core 基礎結構的內部 API,不受與公用 API 相同的相容性標準。 它可能會在任何版本中變更或移除,而不會有任何通知。 您應該只在程式碼中直接使用它,並知道這麼做可能會導致應用程式在更新至新的 Entity Framework Core 版本時失敗。 (繼承來源 OwnedNavigationStoredProcedureBuilder) |
Metadata |
正在設定的預存程式。 (繼承來源 OwnedNavigationStoredProcedureBuilder) |
方法
明確介面實作
IInfrastructure<IConventionStoredProcedureBuilder>.Instance |
取得要隱藏之屬性的值。 (繼承來源 OwnedNavigationStoredProcedureBuilder) |
IInfrastructure<OwnedNavigationBuilder<TOwnerEntity,TDependentEntity>>.Instance |
提供簡單的 API,以設定 IMutableStoredProcedure 實體類型所對應的 。 |
IInfrastructure<OwnedNavigationBuilder>.Instance |
提供簡單的 API,以設定 IMutableStoredProcedure 實體類型所對應的 。 (繼承來源 OwnedNavigationStoredProcedureBuilder) |
擴充方法
GetInfrastructure<T>(IInfrastructure<T>) |
從使用 IInfrastructure<T> 隱藏的屬性取得值。 這個方法通常由資料庫提供者使用, (和其他延伸模組) 。 它通常不會用於應用程式程式碼中。 |