AlterColumnOperation.OldColumn Property

Definition

An operation representing the column as it was before being altered.

public virtual Microsoft.EntityFrameworkCore.Migrations.Operations.ColumnOperation OldColumn { get; set; }
member this.OldColumn : Microsoft.EntityFrameworkCore.Migrations.Operations.ColumnOperation with get, set
Public Overridable Property OldColumn As ColumnOperation

Property Value

Applies to