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