Query<TParams>(Int32, Int32, TParams) Constructor
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.
Initializes a new instance of the Query<TParams> class.
public Query(int count, int skip, TParams parameters);
new Microsoft.Agents.Builder.App.AdaptiveCards.Query<'Params> : int * int * 'Params -> Microsoft.Agents.Builder.App.AdaptiveCards.Query<'Params>
Public Sub New (count As Integer, skip As Integer, parameters As TParams)
Parameters
- count
- Int32
Number of items to return in the result set.
- skip
- Int32
Number of items to skip in the result set.
- parameters
- TParams
Query parameters.