MobileServiceLocalSystemTables Class

Definition

Names of tables in local store that are reserved by sync framework

public static class MobileServiceLocalSystemTables
type MobileServiceLocalSystemTables = class
Public Class MobileServiceLocalSystemTables
Inheritance
MobileServiceLocalSystemTables

Fields

Config

Configuration settings related to sync framework

OperationQueue

Table that stores operation queue items

Prefix

Prefix used on system table names

SyncErrors

Table that stores sync errors

Properties

All

Returns the names of all system tables

Methods

DefineAll(MobileServiceLocalStore)

Defines all the system tables on the store

Applies to