• Rahul Kishore
  • NEWBIE
  • 0 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
Hello, 

I have a particular question where I can't seem to find any tangible examples on. 

I am writing a query like this but this is querying directly from the Contact table/object: 
 
string query = "?q=SELECT Id, Name, firstname , lastname, title, department , birthdate, phone , fax,  email, accountId, Account.Name, MailingStreet, MailingCity ,MailingState, MailingPostalCode, MailingCountry, OtherStreet,OtherCity,OtherState,OtherPostalCode,OtherCountry  from Contact";

What I want to do is query from the following: 

User-added image

I can't seem to find a way to query any of the items that are presented in the list. 

Is there a way if I can query these lists/tables/objects? I am unsure of what to call them at this point. 

If there is a way to query the object any code example would help me. 

Thank you.