Beispiel #1
0
        public void BQLCountTest()
        {
            var future = Bmob.SqlTaskAsync <GameObject>("select count(*) from " + TABLENAME);

            FinishedCallback(future.Result, null);
        }