VariableNames Property

SbsSW.SwiPlCs

Copy image CopyHover image
Swi-cs-pl - A CSharp class library to connect .NET languages with SWI-Prolog VariableNames Property
SwiPlCs interfaceSbsSW.SwiPlCsPlQueryVariableNames
Gets a Collection<(Of <(<'T>)>)> of the variable names if the query was built by a string.
Declaration Syntax
C# Visual Basic Visual C++ F#
public Collection<string> VariableNames { get; }
Public ReadOnly Property VariableNames As Collection(Of String)
	Get
public:
property Collection<String^>^ VariableNames {
	Collection<String^>^ get ();
}
member VariableNames : Collection<string> with get
Property Value
Collection < (Of < ( <' String > ) > ) >

Assembly: SwiPlCs (Module: SwiPlCs.dll) Version: 1.1.60605.0 (1.1.60605.0)