Show / Hide Table of Contents

Enum ApiChangeAction

Defines the type of change a entity will undergo when changes are submitted to the database.

Namespace: Celerik.NetCore.Services
Assembly: cs.temp.dll.dll
Syntax
public enum ApiChangeAction

Fields

Name Description
Delete

The entity will be deleted.

Insert

The entity will be inserted.

Update

The entity will be updated.

In This Article
Back to top Generated by DocFX