Table of Contents

Class ProcessOptions

Namespace
JJMasterData.Core.DataDictionary.Models
Assembly
JJMasterData.Core.dll
public class ProcessOptions
Inheritance
ProcessOptions
Inherited Members

Properties

CommandAfterProcess

SQL command to be executed at the end of the import process

[JsonPropertyName("commandAfterProcess")]
public string CommandAfterProcess { get; set; }

Property Value

string

CommandBeforeProcess

SQL command to be executed before starting the import process

[JsonPropertyName("commandBeforeProcess")]
public string CommandBeforeProcess { get; set; }

Property Value

string

Scope

[JsonPropertyName("scope")]
public ProcessScope Scope { get; set; }

Property Value

ProcessScope

Methods

DeepCopy()

public ProcessOptions DeepCopy()

Returns

ProcessOptions