MergeOptions

MergeOptions class

Provides options for merge operation.

public class MergeOptions

Constructors

Name Description
MergeOptions() Initializes a new instance of the MergeOptions class.

Properties

Name Description
Cancellation { get; set; } Gets or sets the operation cancellation object. The default value is null.
IsAsync { get; set; } Gets or sets the flag of asynchronous performing the operation. The default value is false.

Remarks

Learn more

See Also