Click or drag to resize

DataApiDelete Method

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


Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
public void Delete(
	string id,
	bool notifyChange = true
)

Parameters

id  String
 
notifyChange  Boolean  (Optional)
 

Implements

IDataApiDelete(String, Boolean)
See Also