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