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

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -