IDwReadOnlyTable.Update Property
.NET Standard 2.x
Gets an IDwReadOnlyUpdate
object which specifies how data is updated in the database for the UPDATE operation.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Syntax
IDwReadOnlyUpdate Update { get; }
Property Value
The IDwReadOnlyUpdate
object which specifies how data is updated in the database for the UPDATE 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