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

Class CommandBuiltEventArgs.
Наследование: System.EventArgs
Показать файл Открыть проект

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

Метод Описание
CommandBuiltEventArgs ( DbCommand command ) : System

Initializes a new instance of the CommandBuiltEventArgs class.

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

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

Initializes a new instance of the CommandBuiltEventArgs class.
public CommandBuiltEventArgs ( DbCommand command ) : System
command System.Data.Common.DbCommand The command.
Результат System