StdWriteCommands Enumeration
- Last UpdatedNov 06, 2025
- 1 minute read
Enum for standard write commands (ie. those that Add, Update or Delete data in the database)
'Declaration
Public Enum StdWriteCommands
Inherits System.Enum
'Usage
Dim instance As StdWriteCommands
public enum StdWriteCommands : System.Enum
| Member | Description |
|---|---|
| Add | Command to Add a new row to the database |
| Delete | Command to Delete a single existing row in the database |
| DeleteAll | Command to Delete multiple existing rows in the database |
| Update | Command to Update ALL the fields of an existing row in the database |
| UpdateSpecific | Command to Update only specified fields of an existing row in the database |
System.Object
System.ValueType
System.Enum
Fact.Common.StdWriteCommands