CloudDB v3 api(computeristsolutions.com)
submitted by
jcoffman(370) 2 years, 5 months ago
introduction on using clouddb api to read data. clouddb (http://clouddb.com) is a web based data store.
Sample:
public static RowsResponseData GetRowData(CloudDB cdb, Token token, string appName, string entityName, Predicate[] predicates)
{
App app = cdb.GetApplicationByName(token, token.UserID, appName, false, false).Result;
Entity e = cdb.GetEntityByName(token, app, entityName, false).Result;
RowsResponseData rowData = cdb.SearchEntity(token, app, e, predicates, 0, 0, 0, 0).Results;
return rowData;
} read more...
|category: Products
|Views: 15
tags:
another
Everyones tags:
No tags
Your Tags: