Share via


QueryExpression Class

Definition

Query expression, the name in query is case-sensitive.

public sealed class QueryExpression : Microsoft.OpenApi.SourceExpression
type QueryExpression = class
    inherit SourceExpression
Public NotInheritable Class QueryExpression
Inherits SourceExpression
Inheritance

Constructors

Name Description
QueryExpression(String)

Initializes a new instance of the QueryExpression class.

Fields

Name Description
Prefix

The dollar sign prefix for a runtime expression.

(Inherited from RuntimeExpression)
Query

query. string

Properties

Name Description
Expression

Gets the expression string.

Name

Gets the name string.

Value

Gets the expression string.

(Inherited from SourceExpression)

Methods

Name Description
Equals(Object)

Equals implementation for IEquatable.

(Inherited from RuntimeExpression)
Equals(RuntimeExpression) (Inherited from RuntimeExpression)
GetHashCode()

GetHashCode implementation for IEquatable.

(Inherited from RuntimeExpression)
ToString() (Inherited from RuntimeExpression)

Applies to