Click or drag to resize

DslMigrationOption Constructor

Initializes a new instance of the DslMigrationOption class

Namespace: Casewhere.Runtime.DSL
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
public DslMigrationOption(
	bool canUpdateIfExist = false,
	bool ignoreEnforceConstraints = false,
	bool notifyChange = true
)

Parameters

canUpdateIfExist  Boolean  (Optional)
 
ignoreEnforceConstraints  Boolean  (Optional)
 
notifyChange  Boolean  (Optional)
 
See Also