Share via


IColumn.IsStored Property

Definition

Returns 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; }
member this.IsStored : Nullable<bool>
Public Overridable ReadOnly Property IsStored As Nullable(Of Boolean)

Property Value

Applies to