Table of Contents

Class ExecuteFutureOption

Namespace
Z.EntityFramework.Extensions
Assembly
Z.EntityFramework.Extensions.dll
public class ExecuteFutureOption
Inheritance
ExecuteFutureOption
Inherited Members

Constructors

ExecuteFutureOption()

public ExecuteFutureOption()

Properties

UseTransaction

Gets or sets a value indicating whether the ExecuteFuture should use a transaction.

public bool UseTransaction { get; set; }

Property Value

bool

True if the ExecuteFuture should use a transaction, false if not.