Show / Hide Table of Contents

Method Param

| Improve this Doc View Source

Param(Nullable<T>, _Int32Enum<T>)

Creates a column of parameter expression.

Declaration
public static _Int32Enum<T> Param(T? x, _Int32Enum<T> sourceColumn = null)
Parameters
Type Name Description
System.Nullable<T> x

The value of the parameter expression.

_Int32Enum<T> sourceColumn

The value which will be passed to SourceColumn.

Returns
Type Description
_Int32Enum<T>

The column of parameter expression.

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