AlterOperationBuilder<TOperation> クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
操作の 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>(TOperation) |
指定 MigrationOperationした のビルダーを構築します。 |
プロパティ
Operation | (継承元 OperationBuilder<TOperation>) |
メソッド
Annotation(String, Object) |
指定した名前と値のペアで に MigrationOperation 注釈を付けます。 |
OldAnnotation(String, Object) |
変更前に MigrationOperation 存在していた注釈として、指定された名前と値のペアを使用して に注釈を付けます。 |
明示的なインターフェイスの実装
IInfrastructure<TOperation>.Instance |
操作の IAlterMigrationOperation ビルダー。 (継承元 OperationBuilder<TOperation>) |
拡張メソッド
GetInfrastructure<T>(IInfrastructure<T>) |
を使用して非表示になっているプロパティから値を IInfrastructure<T>取得します。 このメソッドは、通常、データベース プロバイダー (およびその他の拡張機能) によって使用されます。 通常、アプリケーション コードでは使用されません。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework