DatabaseColumn.ComputedColumnSql Property

Definition

Whether the value of the computed column this property is mapped to is stored in the database, or calculated when it is read.

public virtual string? ComputedColumnSql { get; set; }
public virtual string ComputedColumnSql { get; set; }
member this.ComputedColumnSql : string with get, set
Public Overridable Property ComputedColumnSql As String

Property Value

Applies to