I'm looking for a way to access a Dynamics CRM SDK Filter information on a given object.
Ex) Given the field Account.AccountName, I want to know all the possible query conditions that I can execute against this field.
I'm seeing this done inside the XRM Data Tools (see image below)
Could anyone provide sample code on how to do this with the c# dynamics sdk?
