Show / Hide Table of Contents

Method Else

| Improve this Doc View Source

Else<TColumn>(TColumn)

Builds the ELSE... expression.

Declaration
public TColumn Else<TColumn>(TColumn value)

    where TColumn : Column<TResult>, new()
Parameters
Type Name Description
TColumn value

Value of the Else... expression.

Returns
Type Description
TColumn

The result column expression.

Type Parameters
Name Description
TColumn

The column type of the result.

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