MobileServiceRemoteTableOptions
Enum
Definition
A flags enum for the capabilities of remote table.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
[System.Flags]
public enum MobileServiceRemoteTableOptions
- Inheritance
-
MobileServiceRemoteTableOptions
- Attributes
Fields
| All | All options are supported |
| None | No options are supported |
| OrderBy | $orderby odata option |
| Skip | $skip odata option |
| Top | $top odata option |