Show / Hide Table of Contents

Method CreateConst

| Improve this Doc View Source

CreateConst(T)

Creates a column of constant expression.

Declaration
protected abstract Column<T> CreateConst(T value)
Parameters
Type Name Description
T value

The value of the constant expression.

Returns
Type Description
Column<T>

The column of constant expression.

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