G
Guest
Hi
I have a DataTable which is part of dataset, and has relation with other DatyaTables in the DataSet.
I have to make select on the DS tables, which its meaning is same as "IN", when I query on sql
E.G. Select T1.field1 from T1 where T1.Field2 in (select T2.field2 from T2 where ....)
Is there any built in way to do it, otherwise, what is the best practice to simulate this action
I have a DataTable which is part of dataset, and has relation with other DatyaTables in the DataSet.
I have to make select on the DS tables, which its meaning is same as "IN", when I query on sql
E.G. Select T1.field1 from T1 where T1.Field2 in (select T2.field2 from T2 where ....)
Is there any built in way to do it, otherwise, what is the best practice to simulate this action