Skip to content

QueryWithParams.CreateSubQuery<TQuery> method

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