C# Класс SbsSW.SwiPlCs.PlQueryVariables

Represents the set variables of a Query if it was created from a string.

This class is also used to represent the results of a PlQuery after PlQuery.ToList() or PlQuery.SolutionVariables was called.

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Add ( PlQueryVar var ) : void
this ( int idx ) : PlQueryVar
this ( string name ) : PlTerm

Gets the PlTerm of the given variable name or throw an ArgumentException.

Описание методов

Add() публичный Метод

public Add ( PlQueryVar var ) : void
var PlQueryVar
Результат void

this() публичный Метод

public this ( int idx ) : PlQueryVar
idx int
Результат PlQueryVar

this() публичный Метод

Gets the PlTerm of the given variable name or throw an ArgumentException.
Is thrown if the name is not the name of a variable.
public this ( string name ) : PlTerm
name string The name of the variable
Результат PlTerm