↧
SharePoint List- OData - Is it possible to acces the Choices in a Choice column?
I'm in the process of writing a dynamic OData client that connects to a SharePoint 2010 server. I would really like to be able to access a List and all it's related columns. If it's a choice column I...
View ArticleWebApi OData v3 OperationDescriptor returning different Title/Target URI...
Consider the following simple ASP.NET Web Api with OData v3. MyEntity.cs public class MyEntity { public Guid Id { get; set; } public string Name { get; set; } } MyEntitiesController.cs public class...
View Article