次の方法で共有


AlterOperationBuilder<TOperation> クラス

定義

操作の IAlterMigrationOperation ビルダー。

public class AlterOperationBuilder<TOperation> : Microsoft.EntityFrameworkCore.Migrations.Operations.Builders.OperationBuilder<TOperation> where TOperation : MigrationOperation, IAlterMigrationOperation
type AlterOperationBuilder<'Operation (requires 'Operation :> MigrationOperation and 'Operation :> IAlterMigrationOperation)> = class
    inherit OperationBuilder<'Operation (requires 'Operation :> MigrationOperation and 'Operation :> IAlterMigrationOperation)>
Public Class AlterOperationBuilder(Of TOperation)
Inherits OperationBuilder(Of TOperation)

型パラメーター

TOperation

ビルドする操作の種類。

継承
AlterOperationBuilder<TOperation>

コンストラクター

AlterOperationBuilder<TOperation>(TOperation)

指定 MigrationOperationした のビルダーを構築します。

プロパティ

Operation

MigrationOperation

(継承元 OperationBuilder<TOperation>)

メソッド

Annotation(String, Object)

指定した名前と値のペアで に MigrationOperation 注釈を付けます。

OldAnnotation(String, Object)

変更前に MigrationOperation 存在していた注釈として、指定された名前と値のペアを使用して に注釈を付けます。

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

IInfrastructure<TOperation>.Instance

操作の IAlterMigrationOperation ビルダー。

(継承元 OperationBuilder<TOperation>)

拡張メソッド

GetInfrastructure<T>(IInfrastructure<T>)

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

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

適用対象