IDwUpdate Interface
.NET Standard 2.x
Represents how data is updated in the database for the INSERT/DELETE/UPDATE operation.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Implements
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. |