entity framework - select some fields of a given table -
i want write method given:
- name of table t string.
- name of field value f1 string.
- name of field description f2 string.
- 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
Post a Comment