IDwReadOnlyUpdate Interface
.NET Standard 2.x | Current Version (1.0.1) 
All properties of this interface are read-only.
Namespace: PowerBuilder.Data
Assembly: PowerBuilder.Data.dll
Syntax
public interface IDwReadOnlyUpdate
Property
| Name | Return Type | Description |
|---|---|---|
| Arguments | IReadOnlyList<IDwReadOnlyArgument> | Gets the arguments to be passed to the stored procedure. |
| IsProcedure | System.Boolean | Gets 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 the name of the stored procedure. |