Redigera

Dela via


Query Struct

Definition

Represents a query with parameters.

public value class Query
public readonly struct Query
type Query = struct
Public Structure Query
Inheritance

Constructors

Query(String, IReadOnlyDictionary<String,String>)

Initializes a new instance of the Query struct.

Query(String)

Initializes a new instance of the Query struct.

Properties

Parameters

Gets the query parameters.

QueryText

Gets the query text.

Applies to