Share via


OperationBuilder<TOperation> クラス

定義

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

MigrationOperation

メソッド

Annotation(String, Object)

指定された名前と値のペアを使用して操作に注釈を付けます。

明示的なインターフェイスの実装

IInfrastructure<TOperation>.Instance

MigrationOperationビルダー。

拡張メソッド

GetInfrastructure<T>(IInfrastructure<T>)

を使用して非表示になっているプロパティから値を IInfrastructure<T>取得します。

このメソッドは、通常、データベース プロバイダー (およびその他の拡張機能) によって使用されます。 通常、アプリケーション コードでは使用されません。

適用対象