Click or drag to resize

DataApiMigrate Method

[Missing <summary> documentation for "M:Casewhere.Runtime.DSL.Api.DataApi.Migrate(System.String,System.Object,System.Boolean)"]

Namespace:  Casewhere.Runtime.DSL.Api
Assembly:  Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax
C#
public void Migrate(
	string id,
	Object data,
	bool canUpdateIfExist = false
)

Parameters

id
Type: SystemString

[Missing <param name="id"/> documentation for "M:Casewhere.Runtime.DSL.Api.DataApi.Migrate(System.String,System.Object,System.Boolean)"]

data
Type: SystemObject

[Missing <param name="data"/> documentation for "M:Casewhere.Runtime.DSL.Api.DataApi.Migrate(System.String,System.Object,System.Boolean)"]

canUpdateIfExist (Optional)
Type: SystemBoolean

[Missing <param name="canUpdateIfExist"/> documentation for "M:Casewhere.Runtime.DSL.Api.DataApi.Migrate(System.String,System.Object,System.Boolean)"]

Implements

IDataApiMigrate(String, Object, Boolean)
See Also