Query<TParams> Class
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.
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. |