QueryWithParams.CreateSubQuery<TQuery> method

namespace: Serenity.Data   assemblySerenity.Net.Data

Creates a new query that shares parameter dictionary with this query.

public TQuery CreateSubQuery<TQuery>()
    where TQuery : QueryWithParams, new()

Return Value

A new query that shares parameters.

See Also