I am testing this in LINQPad using the CRM plugin.
What should my request be for it to return the value "address1_addressid"?
Maybe something like this
from c in ContactSet where ... select new { address1_addressid = c.Attributes.Contains("address1_addressid") ? c.Attributes["address1_addressid"] : "" }
or simply
from c in ContactSet where c.FirstName.Equals("SomeFirstName") select c.Address1_AddressId
Source: https://habr.com/ru/post/1403039/More articles:Is there a jQuery / slideshow slider plugin that uses css3 animations when available? - jqueryReturn to stdout if no file name is specified - pythonAccess to more than one lithium deep bond model - phpMongodb: multiple specific collections or one store-it-all collection for performance / indexing - mongodbDeauthorize App from Twitter iOS5 [Accounts Api] - ios5Android application using image recognition technology - androidHow to dynamically create HTML elements in a popup? - javascriptrequire.js: path optimization require.config - optimizationimage recognition on Android - javahow to convert float to decimal so i can display it numerically down - decimalAll Articles