PlCallQuery Method (module, goal)

SWI-Prolog SbsSW.SwiPlCs

Swi-cs-pl - A CSharp class library to connect .NET languages with SWI-Prolog PlCallQuery Method (module, goal)
SwiPlCs interfaceSbsSW.SwiPlCsPlQueryPlCallQuery(String, String)
As PlCallQuery(String) but executed in the named module.
Declaration Syntax
C# Visual Basic Visual C++
public static PlTerm PlCallQuery(
	string module,
	string goal
)
Public Shared Function PlCallQuery ( _
	module As String, _
	goal As String _
) As PlTerm
public:
static PlTerm PlCallQuery(
	String^ module, 
	String^ goal
)
Parameters
module (String)
The modulename in which the query is executed
goal (String)
a goal with *one* variable
Return Value
the bound variable of the first solution

Assembly: SwiPlCs (Module: SwiPlCs) Version: 1.1.60301.0 (1.1.60301.0)