OperationBuilder<TOperation> 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
的 MigrationOperation 建置者。
public class OperationBuilder<TOperation> : Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure<TOperation> where TOperation : MigrationOperation
type OperationBuilder<'Operation (requires 'Operation :> MigrationOperation)> = class
interface IInfrastructure<'Operation (requires 'Operation :> MigrationOperation)>
Public Class OperationBuilder(Of TOperation)
Implements IInfrastructure(Of TOperation)
類型參數
- TOperation
要為其建置的 MigrationOperation 型別。
- 繼承
-
OperationBuilder<TOperation>
- 衍生
- 實作
-
IInfrastructure<TOperation>
建構函式
OperationBuilder<TOperation>(TOperation) |
為指定的 MigrationOperation 建立新的產生器實例。 |
屬性
Operation |
方法
Annotation(String, Object) |
使用指定的名稱/值組來標注作業。 |
明確介面實作
IInfrastructure<TOperation>.Instance |
的 MigrationOperation 建置者。 |
擴充方法
GetInfrastructure<T>(IInfrastructure<T>) |
從使用 IInfrastructure<T> 隱藏的屬性取得值。 這個方法通常由資料庫提供者使用, (和其他延伸模組) 。 它通常不會用於應用程式程式碼中。 |