Click here to Skip to main content
15,884,353 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi ,

I have 3 entities
entity1
entity2
entity3

entity1= global data tables
entity2= Temp data tables
entity3 = user data tables
dbconName = entity.defaultContainerName

how to write same function for all entities using following ObjectQuery
C#
string queryString = string queryString = "SELECT VALUE c FROM " + dbconName + "." + tableName + " as c";
ObjectQuery<t> contactQuery = dbcon.CreateQuery<t>(queryString);  
if dbcon =  entity3 , entity2, entity3.


Please help me for this.

Thanks and regards
vilas jadhav

[Edit]Code block added[/Edit]
Posted
Updated 30-Oct-12 0:42am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900