.net - Select rows in dataset table based on other dataset table -


i have dataset has 2 tables in it. want following (or it) possible , how have correct?

dstabdata.tables("filingtabs").select("fs_id not in (select fsp_fsid parenttabs)") 

how reference data other table in same dataset?

ok ok before y'all flame me! ;)

i did more looking around online , found looks stuff need, off read more here:

navigating relationship between tables


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -