Modifier and Type | Method and Description |
---|---|
void |
MobileServiceTable.execute(MobileServiceQuery<?> query,
TableQueryCallback<E> callback)
Executes a query to retrieve all the table rows
|
void |
MobileServiceTable.execute(TableQueryCallback<E> callback)
Executes a query to retrieve all the table rows
|