Show / Hide Table of Contents

Method MakeColumn

| Improve this Doc View Source

MakeColumn<TColumn>()

Makes a new Column<T> object which contains this expression.

Declaration
public TColumn MakeColumn<TColumn>()

    where TColumn : Column<T>, new()
Returns
Type Description
TColumn

The new Column<T> object which contains this expression.

Type Parameters
Name Description
TColumn

The actual type of the column.

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