MobileServiceRemoteTableOptions 列挙型

定義

リモート テーブルの機能のフラグ列挙型。

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

[System.Flags]
public enum MobileServiceRemoteTableOptions
[<System.Flags>]
type MobileServiceRemoteTableOptions = 
Public Enum MobileServiceRemoteTableOptions
継承
MobileServiceRemoteTableOptions
属性

フィールド

All 65535

すべてのオプションがサポートされています

None 0

オプションはサポートされていません

OrderBy 4

$orderby odata オプション

Skip 1

$skip odata オプション

Top 2

$top odata オプション

適用対象