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