Show / Hide Table of Contents

Method ComputedAs

| Improve this Doc View Source

ComputedAs(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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest