tags:

views:

43

answers:

1

I am looking for an example of DataColumnsWithJoins usage? Do you know any?

+1  A: 

If you notice, this is only an interface, not a class. An example class that uses it is ContactsContract.CommonDataKinds.Email. Here is an example of using this class.

Jay Askren
Thanks, if you happen to know these classes so well, maybe you can help on this too: http://stackoverflow.com/questions/2482631/how-to-get-contacts-in-order-of-they-upcoming-birthdays
Pentium10