Show / Hide Table of Contents

Method CreateParam

| Improve this Doc View Source

CreateParam(DataRow)

Declaration
protected override sealed Column CreateParam(DataRow dataRow)
Parameters
Type Name Description
DataRow dataRow
Returns
Type Description
Column
Overrides
Column.CreateParam(DataRow)
| Improve this Doc View Source

CreateParam(T)

Creates a column of parameter expression.

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

The value of the parameter expression.

Returns
Type Description
Column<T>

The column of parameter expression.

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