ExpressionType Struct

Definition

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