Operator Implicit
| Improve this Doc View SourceImplicit(Binary to _Binary)
Implicitly converts the supplied value to a column of parameter expression.
Declaration
public static implicit operator _Binary(Binary x)
Parameters
Type | Name | Description |
---|---|---|
Binary | x | The value of the parameter expression. |
Returns
Type | Description |
---|---|
_Binary | The column of parameter expression. |