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

What is happening when Matlab is starting a "parallel pool"? -

angular - DownloadURL return null in below code -

php - Cannot override Laravel Spark authentication with own implementation -