OData.QueryBuilder
OData.QueryBuilder copied to clipboard
Provide support for Microsoft.Xrm.Sdk.AttributeLogicalNameAttribute
It would be really useful if I could use classes generated by Early Bould Generator / CrmSvcUtil:
public partial class Contact : Microsoft.Xrm.Sdk.Entity
{
...
[Microsoft.Xrm.Sdk.AttributeLogicalNameAttribute("jobtitle")]
public string JobTitle
...
Output: ../contacts?$select=JobTitle
Desired output: ../contacts?$select=jobtitle
Hi! I'll think about what can be done. Attributes need to be taken into account here, but I would not want to have dependencies on Microsoft.Xrm.Sdk