RenameTableOperation.ITableMigrationOperation.Table Property

Definition

The table that contains the target of this operation.

[System.Runtime.CompilerServices.Nullable(1)]
string Microsoft.EntityFrameworkCore.Migrations.Operations.ITableMigrationOperation.Table { get; }
string Microsoft.EntityFrameworkCore.Migrations.Operations.ITableMigrationOperation.Table { get; }
[<System.Runtime.CompilerServices.Nullable(1)>]
member this.Microsoft.EntityFrameworkCore.Migrations.Operations.ITableMigrationOperation.Table : string
member this.Microsoft.EntityFrameworkCore.Migrations.Operations.ITableMigrationOperation.Table : string
 ReadOnly Property Table As String Implements ITableMigrationOperation.Table

Property Value

Implements

Attributes

Applies to