Error!
Success!

CloudDB v3 api

0
kicks

CloudDB v3 api  (Unpublished)

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; }


Kicked By:
Drop Kicked By: