Advertisement
Guest User

Untitled

a guest
Apr 19th, 2015
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. **Employee** <br>
  2. EmpId <br>
  3. StatusId
  4.  
  5. EmpId=1<br>
  6. StatusId=1
  7.  
  8. OptionId<br>
  9. OptionListName<br>
  10. OptionName<br>
  11. OptionValue<br>
  12.  
  13. OptionId=1
  14. OptionListName="Status"
  15. OptionName="Active"
  16. OptionValue=1
  17.  
  18. Employee
  19. -----------
  20. EmpId StatusId
  21. 1 1
  22.  
  23. Employee
  24. -----------
  25. EmpId Status
  26. 1 Active
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement