Method ComputedAs
| Improve this Doc View SourceComputedAs(Column<T>, Boolean, Boolean)
Defines the computation expression for this column.
Declaration
public void ComputedAs(Column<T> computation, bool isConcrete = true, bool isDbComputed = true)
Parameters
Type | Name | Description |
---|---|---|
Column<T> | computation | The computation expression. |
System.Boolean | isConcrete | Specifies whether this column stores concrete computed data values. |
System.Boolean | isDbComputed | Specifies wheter the computation valid on database. |