Share via


DatabaseColumn.IsStored 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 bool? IsStored { get; set; }
member this.IsStored : Nullable<bool> with get, set
Public Overridable Property IsStored As Nullable(Of Boolean)

Property Value

Applies to