C# Класс DotNetWorkQueue.Transport.SQLite.Basic.CommandString

Contains the primary command and any secondary commands that should be executed after the primary command completes.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CommandString ( string commandString, List commands ) : System

Initializes a new instance of the CommandString class.

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

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

Initializes a new instance of the CommandString class.
public CommandString ( string commandString, List commands ) : System
commandString string The command string.
commands List The commands.
Результат System