DwRowAction Enum
.NET Standard 2.x | Current Version (1.0.1) 
Represents the type of the action executed on the row.
Namespace: PowerBuilder.Data
Assembly: PowerBuilder.Data.dll
Syntax
public enum DwRowAction;
Members
| Member Name | Description |
|---|---|
| Add | Adds a row. |
| Delete | Deletes a row. |
| Modify | Modifies a row. |