共用方式為


AlterTableOperation.OldTable 屬性

定義

作業,表示資料表在改變之前。

public virtual Microsoft.EntityFrameworkCore.Infrastructure.Annotatable OldTable { get; set; }
public virtual Microsoft.EntityFrameworkCore.Migrations.Operations.TableOperation OldTable { get; set; }
member this.OldTable : Microsoft.EntityFrameworkCore.Infrastructure.Annotatable with get, set
member this.OldTable : Microsoft.EntityFrameworkCore.Migrations.Operations.TableOperation with get, set
Public Overridable Property OldTable As Annotatable
Public Overridable Property OldTable As TableOperation

屬性值

適用於