Method Param
| Improve this Doc View SourceParam(Nullable<Guid>, _Guid)
Creates a column of parameter expression.
Declaration
public static _Guid Param(Guid? x, _Guid sourceColumn = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Nullable<System.Guid> | x | The value of the parameter expression. |
| _Guid | sourceColumn | The value which will be passed to SourceColumn. |
Returns
| Type | Description |
|---|---|
| _Guid | The column of parameter expression. |