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