DslMigrationOption Class

An option for Migrate api.

Definition

Namespace: Casewhere.Runtime.DSL
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
[SerializableAttribute]
public class DslMigrationOption
Inheritance
Object    DslMigrationOption

Constructors

DslMigrationOption Initializes a new instance of the DslMigrationOption class

Properties

CanUpdateIfExist Flag indicates whether to update the data object if it have already exist. Default value: false
IgnoreEnforceConstraints Flag indicates whether to ignore the EnforceConstraints property. Default value: false
NotifyChange Skip the data change notification when updating data. Default value: true

See Also