Search Results for

    Show / Hide Table of Contents

    Enum EntityOperation

    The type of operations that an IEntityUpdater uses for tracking changes in the context before sending them in one batch for a single save within a transaction

    Namespace: LemonEdge.API.Core.Data
    Assembly: LemonEdge.API.dll
    Syntax
    public enum EntityOperation : short

    Fields

    Name Description
    Delete

    Indicates this is an existing item that is being deleted from the system

    Insert

    Indicates the item is a new item and is being inserted into the system

    Update

    Indicates this is an existing item that is being updated in the system

    See Also
    IEntityUpdater

    Extension Methods

    LinqExtensions.AsArray<EntityOperation>(EntityOperation)
    LinqExtensions.ToArrayOfOne<EntityOperation>(EntityOperation)
    LinqExtensions.ToListOfOne<EntityOperation>(EntityOperation)
    MiscExtensions.SetIfNotEqual<EntityOperation, TP>(EntityOperation, Expression<Func<EntityOperation, TP>>, TP)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.