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
ExpressionType(String) |
Initializes a new instance of ExpressionType. |
Properties
Expression |
Expression. |
Methods
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
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. |
Applies to
Azure SDK for .NET