Method Const
| Improve this Doc View SourceConst(SqlXml)
Creates a column of constant expression.
Declaration
public static _SqlXml Const(SqlXml x)
Parameters
Type | Name | Description |
---|---|---|
System.Data.SqlTypes.SqlXml | x | The value of the constant expression. |
Returns
Type | Description |
---|---|
_SqlXml | The column of constant expression. |