Share via


Query<TParams> Class

Definition

Query arguments for Message Extension query and Adaptive Card dynamic search.

public class Query<TParams>
type Query<'Params> = class
Public Class Query(Of TParams)

Type Parameters

TParams

Type of the query parameters.

Inheritance
Query<TParams>

Constructors

Query<TParams>(Int32, Int32, TParams)

Initializes a new instance of the Query<TParams> class.

Properties

Count

Number of items to return in the result set.

Parameters

Query parameters.

Skip

Number of items to skip in the result set.

Applies to