garnold on 03/22/11
Last Edited at 03/22/11 05:41am
var service = new SDataService("http://localhost/sdata/slx/dynamic/-/", "admin", "");var request = new SDataResourceCollectionRequest(service) { ResourceKind = "contacts", Count = 0 };var entry = request.Read();var total = entry.GetOpenSearchTotalResults();
Report this snippet Tweet
Comment:
You need to login to post a comment.