Swi-cs-pl - A CSharp class library to connect .NET languages with SWI-Prolog
VariableNames Property
SwiPlCs interface ► SbsSW.SwiPlCs ► PlQuery ► VariableNames
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
Assembly: SwiPlCs (Module: SwiPlCs.dll) Version: 1.1.60605.0 (1.1.60605.0)