Click or drag to resize

ModelControllerTGetOne Method

Gets record from associated table with a primary key matching the id provided.

Namespace: GSF.Web.Model
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.158-beta
Syntax
[HttpGetAttribute]
[RouteAttribute("One/{id}")]
public virtual IHttpActionResult GetOne(
	string id
)
View Source

Parameters

id  String
ID to be used

Return Value

IHttpActionResult
IHttpActionResult containing T or Exception
See Also