Click or drag to resize

DataApiMigrate(String, Object, Boolean) 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.5.0
Syntax
C#
public void Migrate(
	string id,
	Object data,
	bool canUpdateIfExist = false
)

Parameters

id  String
 
data  Object
 
canUpdateIfExist  Boolean  (Optional)
 

Implements

IDataApiMigrate(String, Object, Boolean)
See Also