ADO.net Data Services - Querying
Posted
by Prajuvan
on Stack Overflow
See other posts from Stack Overflow
or by Prajuvan
Published on 2010-02-02T10:54:26Z
Indexed on
2010/04/22
19:03 UTC
Read the original article
Hit count: 174
Just I started learning ADO.NET Data Services. Some Pages show the querying
like (sample)
http://localhost:1705/ServiceExample/SomeService.svc/Persons(1)/Name
http://localhost:1705/ServiceExample/SomeService.svc/Persons(1)/Name/$value
Is it XPath or XQuery? Where can i get complete rules for forming such queries with examples?
Thanks in advance.
© Stack Overflow or respective owner