service-operations Questions
1
I am trying to return a custom class from my WCF data service. My custom class is:
[DataServiceKey("ID")]
public class Applist {
public int ID { get; set; }
public string Name { get; set; }
}
...
Tautomer asked 3/10, 2010 at 18:56
1
Solved
Does anyone know if its possible and if so, what the syntax is for calling a service operation via linqpad?
Also, can I used named parameters when I call it using linqpad- how? That would be great...
Electroanalysis asked 20/4, 2011 at 20:26
1
© 2022 - 2024 — McMap. All rights reserved.