Advertisement
duardbr

Untitled

Mar 13th, 2016
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. ===================================================================
  2. Opened connection at 13/03/2016 14:15:02 -03:00
  3. SELECT
  4. `Extent1`.`id`,
  5. `Extent1`.`nome`,
  6. `Extent1`.`ativo`,
  7. `Extent1`.`created_at`,
  8. `Extent1`.`updated_at`,
  9. `Extent1`.`usuario_id`
  10. FROM `cnaes` AS `Extent1`
  11. -- Executing at 13/03/2016 14:15:02 -03:00
  12. -- Completed in 0 ms with result: EFMySqlDataReader
  13.  
  14. Closed connection at 13/03/2016 14:15:02 -03:00
  15. Opened connection at 13/03/2016 14:15:02 -03:00
  16. SELECT
  17. `Extent1`.`id`,
  18. `Extent1`.`login`,
  19. `Extent1`.`email`,
  20. `Extent1`.`primeiro_nome`,
  21. `Extent1`.`segundo_nome`,
  22. `Extent1`.`ativo`,
  23. `Extent1`.`password`,
  24. `Extent1`.`created_at`,
  25. `Extent1`.`updated_at`,
  26. `Extent1`.`empresa_id`
  27. FROM `Usuarios` AS `Extent1`
  28. WHERE `Extent1`.`id` = @EntityKeyValue1
  29. -- EntityKeyValue1: '1' (Type = Int32, IsNullable = false)
  30. -- Executing at 13/03/2016 14:15:02 -03:00
  31. -- Completed in 0 ms with result: EFMySqlDataReader
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement