I have an existing function like this
public int sFunc(string sCol , int iId) { string sSqlQuery = \" select \" + sCol + \" from TableName where ID = \
You have to try with dynamic LINQ. Details are HERE