MobileServiceTableOperationKind 列挙型

定義

テーブル操作の種類の列挙。

public enum MobileServiceTableOperationKind
type MobileServiceTableOperationKind = 
Public Enum MobileServiceTableOperationKind
継承
MobileServiceTableOperationKind

フィールド

Delete 2

更新操作

Insert 0

挿入操作

Update 1

削除操作

適用対象