IDwTable.Delete Property
.NET Standard 2.x
Gets or sets an IDwUpdate
object which specifies how data is updated in the database for the DELETE operation.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Syntax
IDwUpdate Delete { get; set; }
Property Value
The IDwUpdate
object which specifies how data is updated in the database for the DELETE operation.
Remarks
When the IDataStore.Update method is executed, it can send UPDATE, INSERT, and DELETE SQL statements to the DBMS. You can specify that a stored procedure be used instead of the default SQL statement for each type of data modification.
Applies to
.NET Standard
2.x