UpdateSqlStrategy Enum
.NET Standard 2.x
Specifies the SQL generate strategy when performing the update operation for a model object in the modified state.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Syntax
   public enum UpdateSqlStrategy;
Members
| Member Name | Description | 
|---|---|
| Update | Generates a SQL UPDATE statement. | 
| DeleteThenInsert | Generates a SQL DELETE statement and an INSERT statement. |