Saxon API for .NET

XQueryExecutable.Load Method 

Load the query to prepare it for execution.

public XQueryEvaluator Load();

Return Value

An XQueryEvaluator. The returned XQueryEvaluator can be used to set up the dynamic context for query evaluation, and to run the query.

See Also

XQueryExecutable Class | Saxon.Api Namespace