CreateTableOperation クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
MigrationOperation新しいテーブルを作成するための 。
public class CreateTableOperation : Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation
public class CreateTableOperation : Microsoft.EntityFrameworkCore.Migrations.Operations.TableOperation
[System.Diagnostics.DebuggerDisplay("CREATE TABLE {Name}")]
public class CreateTableOperation : Microsoft.EntityFrameworkCore.Migrations.Operations.TableOperation
type CreateTableOperation = class
inherit MigrationOperation
type CreateTableOperation = class
inherit TableOperation
[<System.Diagnostics.DebuggerDisplay("CREATE TABLE {Name}")>]
type CreateTableOperation = class
inherit TableOperation
Public Class CreateTableOperation
Inherits MigrationOperation
Public Class CreateTableOperation
Inherits TableOperation
- 継承
- 継承
- 継承
- 属性
注釈
詳細と例については、「 データベースの移行 」を参照してください。
コンストラクター
CreateTableOperation() |
MigrationOperation新しいテーブルを作成するための 。 |
プロパティ
CheckConstraints |
テーブルにAddCheckConstraintOperationチェック制約を作成するための の一覧。 |
Columns |
テーブルに AddColumnOperation 列を追加するための の順序付きリスト。 |
Comment |
このテーブルのコメント (継承元 TableOperation) |
ForeignKeys |
テーブルに AddForeignKeyOperation 外部キー制約を作成するための の一覧。 |
IsDestructiveChange |
操作によってデータベース内のデータが失われる可能性があるかどうかを示します。 (継承元 MigrationOperation) |
IsReadOnly |
現在のオブジェクトが読み取り専用かどうかを示します。 (継承元 AnnotatableBase) |
Item[String] |
指定された名前の値注釈を取得し、存在しない場合は を |
Name |
テーブルの名前。 |
Name |
テーブルの名前。 (継承元 TableOperation) |
PrimaryKey |
AddPrimaryKeyOperationテーブルの主キーの作成を表す 。 |
Schema |
テーブルを含むスキーマ。既定 |
Schema |
テーブルを含むスキーマ。既定 |
UniqueConstraints |
テーブルに一意の AddUniqueConstraintOperation 制約を作成するための の一覧。 |
メソッド
明示的なインターフェイスの実装
拡張メソッド
AnnotationsToDebugString(IAnnotatable, Int32) |
オブジェクトで宣言されているすべての注釈のデバッグ文字列を取得します。 |
GetAnnotation(IAnnotatable, String) |
指定された名前の注釈を取得し、存在しない場合は をスローします。 |
AddAnnotations(IMutableAnnotatable, IEnumerable<IAnnotation>) |
オブジェクトに注釈を追加します。 |
GetAnnotation(IMutableAnnotatable, String) |
指定された名前の注釈を取得し、存在しない場合は をスローします。 |
GetOrAddAnnotation(IMutableAnnotatable, String, String) |
指定したキーを持つ既存の注釈を取得するか、存在しない場合は新しい注釈を追加します。 |
SetOrRemoveAnnotation(IMutableAnnotatable, String, Object) |
指定した名前の下に格納されている注釈を設定します。 指定した名前の注釈が既に存在する場合は、既存の注釈を上書きします。 が指定されている場合 |
適用対象
Entity Framework