Show / Hide Table of Contents

    UpdateSqlStrategy Enum

    .NET Standard 2.x | Current Version (1.0.1)

    0.5.0-alpha 1.0.1 (current)

    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.
    Back to top Generated by Appeon