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
CommandBeforeProcess
SQL command to be executed before starting the import process
[JsonPropertyName("commandBeforeProcess")]
public string CommandBeforeProcess { get; set; }
Property Value
Scope
[JsonPropertyName("scope")]
public ProcessScope Scope { get; set; }
Property Value
Methods
DeepCopy()
public ProcessOptions DeepCopy()