Exemple #1
0
        protected static CommandExecutedEventArgs OnCommandExecuted(CommandExecutedEventArgs e)
        {
            var eh = Database.CommandExecuted;

            if (eh != null)
            {
                eh(null, e);
            }
            return(e);
        }
Exemple #2
0
 protected static CommandExecutedEventArgs OnCommandExecuted(CommandExecutedEventArgs e)
 {
     var eh = Database.CommandExecuted;
     if (eh != null)
     {
         eh(null, e);
     }
     return e;
 }