Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Enum TransactionWriteOperationType

    Defines the types of write operations within a transaction.

    Namespace: Innovt.Cloud.Table
    Assembly: Innovt.Cloud.dll
    Syntax
    public enum TransactionWriteOperationType

    Fields

    Name Description
    Check

    Represents a "Check" operation in the transaction.

    Delete

    Represents a "Delete" operation in the transaction.

    Put

    Represents a "Put" operation in the transaction.

    Update

    Represents an "Update" operation in the transaction.

    Extension Methods

    Extensions.IsNull(object)
    Extensions.ToStringOrDefault(object)
    SimpleMapper.MapTo<T1>(object)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX