entity framework - select some fields of a given table -


i want write method given:

  1. name of table t string.
  2. name of field value f1 string.
  3. name of field description f2 string.
  4. name of field information f3 string.

return , iqueryable<typeitem> records of table t, , fields f1, f2, f3

typeitem contain prop value, description , information string.


Comments

Popular posts from this blog

meteor - inserting data to database gives error "insert failed: Method '/texts/insert' not found" -

angular - DownloadURL return null in below code -