IDwUpdate Interface
.NET Standard 2.x | Current Version (1.0.1) 
Represents how data is updated in the database for the INSERT/DELETE/UPDATE operation.
Namespace: PowerBuilder.Data
Assembly: PowerBuilder.Data.dll
Implements
PowerBuilder.Data.IDwReadOnlyUpdate
Syntax
public interface IDwUpdate : IDwReadOnlyUpdate
Property
| Name | Return Type | Description |
|---|---|---|
| Arguments | List<IDwArgument> | Gets or sets the arguments to be passed to the stored procedure. |
| IsProcedure | System.Boolean | Gets or sets a bool value indicating whether to use a stored procedure instead of the INSERT/DELETE/UPDATE statement to update the database. |
| Method | System.String | Gets or sets the name of the stored procedure. |