Saxon API for .NET

XPathExecutable.Load Method 

Load the query to prepare it for execution.

public XPathSelector Load();

Return Value

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

See Also

XPathExecutable Class | Saxon.Api Namespace