C# Класс Tortuga.Chain.Core.ExecutionToken

This class represents the actual preparation and execution of a command.
Показать файл Открыть проект Примеры использования класса

Защищенные методы

Метод Описание
ExecutionToken ( IDataSource dataSource, string operationName, string commandText, CommandType commandType ) : System

Initializes a new instance of the ExecutionToken class.

Приватные методы

Метод Описание
RaiseCommandBuild ( DbCommand command ) : void
RaiseCommandExecuted ( DbCommand command, int rowsAffected ) : void

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

ExecutionToken() защищенный Метод

Initializes a new instance of the ExecutionToken class.
protected ExecutionToken ( IDataSource dataSource, string operationName, string commandText, CommandType commandType ) : System
dataSource IDataSource The data source.
operationName string Name of the operation.
commandText string The command text.
commandType CommandType Type of the command.
Результат System