Hello guys,
How do I insert the following variable which contains the name of a field from my table in the database, in the WHERE clause of linq?
string varField= "Field1" var lista = db.tabela1.Where( x=> varField.equals("Paula") ?????
Hugs
Hello guys,
How do I insert the following variable which contains the name of a field from my table in the database, in the WHERE clause of linq?
string varField= "Field1" var lista = db.tabela1.Where( x=> varField.equals("Paula") ?????
Hugs