[This is preliminary documentation and is subject to change.]

Searches the database for a lolCat of the given Id (fileName).

Namespace: MvcTestApp.Controllers
Assembly: MvcTestApp (in MvcTestApp.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public LolCat GetlolCatById(
	string Id
)
Visual Basic
Public Function GetlolCatById ( _
	Id As String _
) As LolCat
Visual C++
public:
LolCat^ GetlolCatById(
	String^ Id
)

Parameters

Id
Type: System..::..String
The fileName for the lolCat in question.

Return Value

the lolCat, if found.

See Also