{CompanyName} FlexyGo
eDBAction Enumeration
Enum eDBAction enumerates possible Actions on DataBase
Namespace:
FLEXYGO.Data
Assembly:
flxDataManager
(in flxDataManager.dll)
Syntax
C#
VB
public
enum
eDBAction
Public
Enumeration
eDBAction
Members
Member name
Description
OTHER
Other type of actions
READ
The read
INSERT
The insert
UPDATE
The update
DELETE
The delete
See Also
FLEXYGO.Data Namespace