Enum DatabaseOperation
Defines an operation that is issued against a database
Namespace: TimeCockpit.Data
Assembly: TimeCockpit.Data.dll
Syntax
public enum DatabaseOperation
Fields
Name | Description |
---|---|
Delete | Delete operation |
Insert | Insert operation |
Update | Update operation |