Pinq\Providers\DSL\QueryCompilerConfiguration::locateStructuralParameters PHP Method

locateStructuralParameters() abstract protected method

Returns a registry of all the structural parameters of the query.
abstract protected locateStructuralParameters ( Pinq\Queries\IQuery $query ) : ParameterRegistry
$query Pinq\Queries\IQuery
return Pinq\Providers\DSL\Compilation\Parameters\ParameterRegistry
    protected abstract function locateStructuralParameters(Queries\IQuery $query);