IColumnModification.Property Property

Definition

The property that maps to the column.

public Microsoft.EntityFrameworkCore.Metadata.IProperty? Property { get; }
member this.Property : Microsoft.EntityFrameworkCore.Metadata.IProperty
Public ReadOnly Property Property As IProperty

Property Value

Remarks

In case of JSON column single scalar property modification, the scalar property that is being modified.

Applies to