Operator Implicit
| Improve this Doc View SourceImplicit(Nullable<Boolean> to _Boolean)
Implicitly converts the supplied value to a column of parameter expression.
Declaration
public static implicit operator _Boolean(bool? x)
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<System.Boolean> | x | The value of the parameter expression. |
Returns
Type | Description |
---|---|
_Boolean | The column of parameter expression. |