Ejemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the CommandExecutionEventArgs class.
 /// </summary>
 /// <param name="command">The command.</param>
 /// <param name="method">The method.</param>
 internal CommandExecutionEventArgs(EFTracingCommand command, string method)
 {
     this.CommandId   = command.CommandID;
     this.Command     = command;
     this.CommandTree = command.Definition.CommandTree;
     this.Method      = method;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the CommandExecutionEventArgs class.
 /// </summary>
 /// <param name="command">The command.</param>
 /// <param name="method">The method.</param>
 internal CommandExecutionEventArgs(EFTracingCommand command, string method)
 {
     this.CommandId = command.CommandID;
     this.Command = command;
     this.CommandTree = command.Definition.CommandTree;
     this.Method = method;
 }