Enum OperationType
Definition
- Assembly:
- Tizen.Data.Tdbc.dll
Enumeration for the database operation type.
public enum OperationType
Fields
| Name | Description |
|---|---|
| Delete | Delete operation type. |
| Insert | Insert operation type. |
| None | Invalid operation type. |
| Update | Update operation type. |