Advertisement
Guest User

Updated

a guest
Aug 30th, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. // My VM
  2. public IEnumerable<SalesOrderDetails> iESalesOrderDetails {get;set;}
  3.  
  4. // Model
  5. public class SalesOrderDetails{
  6. [Key]
  7. [DatabaseGeneraged...]
  8. public int SODetailsId {get;set;}
  9. public string Name {get;set;} // example to fetch the name
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement