Click or drag to resize

ModelControllerT, UDelete Method

Deletes an existing Record.

Namespace: GSF.Web.Model
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
[HttpDeleteAttribute]
[RouteAttribute("Delete")]
public virtual IHttpActionResult Delete(
	U record
)
View Source

Parameters

record  U
The U record to be deleted.

Return Value

IHttpActionResult
IHttpActionResult containing the number of records deleted or Exception
See Also