ExpressionType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Expression type.
public readonly struct ExpressionType : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.ExpressionType>
type ExpressionType = struct
Public Structure ExpressionType
Implements IEquatable(Of ExpressionType)
- Inheritance
-
ExpressionType
- Implements
Constructors
| Name | Description |
|---|---|
| ExpressionType(String) |
Initializes a new instance of ExpressionType. |
Properties
| Name | Description |
|---|---|
| Expression |
Expression. |
Methods
| Name | Description |
|---|---|
| Equals(ExpressionType) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(ExpressionType, ExpressionType) |
Determines if two ExpressionType values are the same. |
| Implicit(String to ExpressionType) |
Converts a String to a ExpressionType. |
| Inequality(ExpressionType, ExpressionType) |
Determines if two ExpressionType values are not the same. |