Show / Hide Table of Contents

Method Const

| Improve this Doc View Source

Const(Nullable<T>)

Creates a column of constant expression.

Declaration
public static _CharEnum<T> Const(T? x)
Parameters
Type Name Description
System.Nullable<T> x

The value of the constant expression.

Returns
Type Description
_CharEnum<T>

The column of constant expression.

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