I want to select a row from a Database using LINQ to Entities in Entity Framework in C#.
My arguements to method are :
- string Database Context
 - string TableName
 - string fieldName/column
 
I want to select the row from table "TableName" dynamically based on these three parameters where "fieldName" matches a certain value.