Click or drag to resize

DslMigrationOption Class

An option for Migrate api.
Inheritance Hierarchy
SystemObject
  Casewhere.Runtime.DSLDslMigrationOption

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

The DslMigrationOption type exposes the following members.

Constructors
 NameDescription
Public methodDslMigrationOptionInitializes a new instance of the DslMigrationOption class
Top
Properties
 NameDescription
Public propertyCanUpdateIfExist Flag indicates whether to update the data object if it have already exist. Default value: false
Public propertyIgnoreEnforceConstraints Flag indicates whether to ignore the EnforceConstraints property. Default value: false
Public propertyNotifyChange Skip the data change notification when updating data. Default value: true
Top
See Also