C# Class Tortuga.Chain.Core.CommandBuiltEventArgs

Class CommandBuiltEventArgs.
Inheritance: System.EventArgs
ファイルを表示 Open project: docevaad/Chain

Public Methods

Method Description
CommandBuiltEventArgs ( DbCommand command ) : System

Initializes a new instance of the CommandBuiltEventArgs class.

Method Details

CommandBuiltEventArgs() public method

Initializes a new instance of the CommandBuiltEventArgs class.
public CommandBuiltEventArgs ( DbCommand command ) : System
command System.Data.Common.DbCommand The command.
return System