UpdateDataOperation 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
, MigrationOperation 用於更新現有資料表中的種子資料。
public class UpdateDataOperation : Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation
[System.Diagnostics.DebuggerDisplay("UPDATE {Table}")]
public class UpdateDataOperation : Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation
[System.Diagnostics.DebuggerDisplay("UPDATE {Table}")]
public class UpdateDataOperation : Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation, Microsoft.EntityFrameworkCore.Migrations.Operations.ITableMigrationOperation
type UpdateDataOperation = class
inherit MigrationOperation
[<System.Diagnostics.DebuggerDisplay("UPDATE {Table}")>]
type UpdateDataOperation = class
inherit MigrationOperation
[<System.Diagnostics.DebuggerDisplay("UPDATE {Table}")>]
type UpdateDataOperation = class
inherit MigrationOperation
interface ITableMigrationOperation
Public Class UpdateDataOperation
Inherits MigrationOperation
Public Class UpdateDataOperation
Inherits MigrationOperation
Implements ITableMigrationOperation
- 繼承
- 繼承
- 屬性
- 實作
備註
如需詳細資訊和範例 ,請參閱資料庫移 轉。
建構函式
UpdateDataOperation() |
, MigrationOperation 用於更新現有資料表中的種子資料。 |
屬性
Columns |
資料行名稱的清單,代表包含要更新之資料的資料行。 |
ColumnTypes |
要更新資料之資料行的存放區類型清單。 |
IsDestructiveChange |
指出作業是否可能導致資料庫中的資料遺失。 (繼承來源 MigrationOperation) |
IsReadOnly |
指出目前物件是否為唯讀。 (繼承來源 AnnotatableBase) |
Item[String] |
取得具有指定名稱的值批註,如果不存在,則 |
KeyColumns |
資料行名稱清單,代表將用來識別應該更新之資料列的資料行。 |
KeyColumnTypes |
要用來識別應該更新之資料列之資料行的存放區類型清單。 |
KeyValues |
要更新的資料列,以索引鍵值陣列的清單表示,其中陣列中的每個值都對應至 屬性中的資料 KeyColumns 行。 |
Schema |
包含資料表的架構,如果 |
Table |
要在其中更新資料的資料表名稱。 |
Values |
要更新的資料,以值陣列的清單表示,其中陣列中的每個值都對應至 屬性中的資料 Columns 行。 |
方法
明確介面實作
擴充方法
AnnotationsToDebugString(IAnnotatable, Int32) |
取得 物件上宣告之所有注釋的偵錯字串。 |
GetAnnotation(IAnnotatable, String) |
取得具有指定名稱的注釋,如果不存在,則會擲回。 |
AddAnnotations(IMutableAnnotatable, IEnumerable<IAnnotation>) |
將批註加入物件。 |
GetAnnotation(IMutableAnnotatable, String) |
取得具有指定名稱的注釋,如果不存在,則會擲回。 |
GetOrAddAnnotation(IMutableAnnotatable, String, String) |
取得具有指定索引鍵的現有注釋,如果不存在,則加入新的批註。 |
SetOrRemoveAnnotation(IMutableAnnotatable, String, Object) |
設定儲存在指定名稱底下的批註。 如果具有指定名稱的注釋已經存在,則會覆寫現有的批註。 如果 |